#CF5DDC

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

Shades of Medium Orchid #CF5DDC

Tints of Medium Orchid #CF5DDC

Color information

#CF5DDC (or 0xCF5DDC) is unknown color: approx Medium Orchid. HEX triplet: CF, 5D and DC. RGB value is (207,93,220). Sum of RGB (Red+Green+Blue) = 207+93+220=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DDC is #30A223. Grayscale: #8D8D8D. Windows color (decimal): -3187236 or 14441935. OLE color: 14441935.

HSL color Cylindrical-coordinate representation of color #CF5DDC: hue angle of 293.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5DDC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20793220-
CMYK0.060.5800.14
HSL293.86º64.47%61.37%-
HSV(B)293.86º57.73%86.27%-
XYZ42.5626.2670.54-
YUV141.56172.27174.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=39.81%
G=17.88%
B=42.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207932200.060.5800.14293.8664.4761.37
HexCF5DDC63A0E126403d
Octal31713533467201644610075
Binary11001111101110111011100110111010011101001001101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DDC; }

 p { color: rgb(207,93,220); }

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

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

 a { background-color: rgb(207,93,220); }

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

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

 span { border-color: rgb(207,93,220); }

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