#CF35DE

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

Shades of Medium Orchid #CF35DE

Tints of Medium Orchid #CF35DE

Color information

#CF35DE (or 0xCF35DE) is unknown color: approx Medium Orchid. HEX triplet: CF, 35 and DE. RGB value is (207,53,222). Sum of RGB (Red+Green+Blue) = 207+53+222=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF35DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35DE is #30CA21. Grayscale: #757575. Windows color (decimal): -3197474 or 14562767. OLE color: 14562767.

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

Color convert

RGB20753222-
CMYK0.070.7600.13
HSL294.67º71.91%53.92%-
HSV(B)294.67º76.13%87.06%-
XYZ40.1921.0971.06-
YUV118.31186.52191.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 53 (21.09% from 255) = 11.00%
BLUE value IS 222 (87.11% from 255) = 46.06%
R=42.95%
G=11.00%
B=46.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207532220.070.7600.13294.6771.9153.92
HexCF35DE74C0D1274836
Octal31765336711401544711066
Binary11001111110101110111101111001100011011001001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF35DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF35DE; }

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

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

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

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

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

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

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

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