#CF4CEF

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

Shades of Medium Orchid #CF4CEF

Tints of Medium Orchid #CF4CEF

Color information

#CF4CEF (or 0xCF4CEF) is unknown color: approx Medium Orchid. HEX triplet: CF, 4C and EF. RGB value is (207,76,239). Sum of RGB (Red+Green+Blue) = 207+76+239=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CEF is #30B310. Grayscale: #858585. Windows color (decimal): -3191569 or 15682767. OLE color: 15682767.

HSL color Cylindrical-coordinate representation of color #CF4CEF: hue angle of 288.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4CEF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20776239-
CMYK0.130.6800.06
HSL288.22º83.59%61.76%-
HSV(B)288.22º68.2%93.73%-
XYZ43.924.6784.11-
YUV133.75187.4180.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 76 (30.08% from 255) = 14.56%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=39.66%
G=14.56%
B=45.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207762390.130.6800.06288.2283.5961.76
HexCF4CEFD4406120543e
Octal317114357151040644012476
Binary110011111001100111011111101100010001101001000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4CEF; }

 p { color: rgb(207,76,239); }

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

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

 a { background-color: rgb(207,76,239); }

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

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

 span { border-color: rgb(207,76,239); }

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