#CF51DE

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

Shades of Medium Orchid #CF51DE

Tints of Medium Orchid #CF51DE

Color information

#CF51DE (or 0xCF51DE) is unknown color: approx Medium Orchid. HEX triplet: CF, 51 and DE. RGB value is (207,81,222). Sum of RGB (Red+Green+Blue) = 207+81+222=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF51DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51DE is #30AE21. Grayscale: #868686. Windows color (decimal): -3190306 or 14569935. OLE color: 14569935.

HSL color Cylindrical-coordinate representation of color #CF51DE: hue angle of 293.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF51DE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20781222-
CMYK0.070.6400.13
HSL293.62º68.12%59.41%-
HSV(B)293.62º63.51%87.06%-
XYZ41.8624.4271.62-
YUV134.75177.24179.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 81 (32.03% from 255) = 15.88%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=40.59%
G=15.88%
B=43.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207812220.070.6400.13293.6268.1259.41
HexCF51DE7400D126443b
Octal317121336710001544610473
Binary110011111010001110111101111000000011011001001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF51DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF51DE; }

 p { color: rgb(207,81,222); }

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

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

 a { background-color: rgb(207,81,222); }

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

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

 span { border-color: rgb(207,81,222); }

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