#CF55DC

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

Shades of Medium Orchid #CF55DC

Tints of Medium Orchid #CF55DC

Color information

#CF55DC (or 0xCF55DC) is unknown color: approx Medium Orchid. HEX triplet: CF, 55 and DC. RGB value is (207,85,220). Sum of RGB (Red+Green+Blue) = 207+85+220=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55DC is #30AA23. Grayscale: #888888. Windows color (decimal): -3189284 or 14439887. OLE color: 14439887.

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

Color convert

RGB20785220-
CMYK0.060.6100.14
HSL294.22º65.85%59.8%-
HSV(B)294.22º61.36%86.27%-
XYZ41.924.9370.31-
YUV136.87174.92178.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 85 (33.59% from 255) = 16.60%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=40.43%
G=16.60%
B=42.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207852200.060.6100.14294.2265.8559.8
HexCF55DC63D0E126423c
Octal31712533467501644610274
Binary11001111101010111011100110111101011101001001101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55DC; }

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

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

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

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

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

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

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

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