#CD3BF5

Color #CD3BF5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CD3BF5

Tints of Medium Orchid #CD3BF5

Color information

#CD3BF5 (or 0xCD3BF5) is unknown color: approx Medium Orchid. HEX triplet: CD, 3B and F5. RGB value is (205,59,245). Sum of RGB (Red+Green+Blue) = 205+59+245=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD3BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3BF5 is #32C40A. Grayscale: #7B7B7B. Windows color (decimal): -3326987 or 16071629. OLE color: 16071629.

HSL color Cylindrical-coordinate representation of color #CD3BF5: hue angle of 287.1º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3BF5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20559245-
CMYK0.160.7600.04
HSL287.1º90.29%59.61%-
HSV(B)287.1º75.92%96.08%-
XYZ43.2222.788.49-
YUV123.86196.37185.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 59 (23.44% from 255) = 11.59%
BLUE value IS 245 (96.09% from 255) = 48.13%
R=40.28%
G=11.59%
B=48.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205592450.160.7600.04287.190.2959.61
HexCD3BF5104C0411f5a3c
Octal31573365201140443713274
Binary110011011110111111010110000100110001001000111111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3BF5; }

 p { color: rgb(205,59,245); }

 H1.HeaderClassName
 {
   color: #CD3BF5;
 }
 .AnyTagClassName
 {
   color: #CD3BF5;
 }
</style>
background-color css

<style>
 a { background-color: #CD3BF5; }

 a { background-color: rgb(205,59,245); }

 div.DivClassName
 {
   background-color: #CD3BF5;
 }
 .BgClassName
 {
   background-color: #CD3BF5;
 }
</style>
border-color css

<style>
 span { border-color: #CD3BF5; }

 span { border-color: rgb(205,59,245); }

 td.TdClassName
 {
   border-color: #CD3BF5;
 }
 .TagClassName
 {
   border-color: #CD3BF5;
 }
</style>