#CF4EEE

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

Shades of Medium Orchid #CF4EEE

Tints of Medium Orchid #CF4EEE

Color information

#CF4EEE (or 0xCF4EEE) is unknown color: approx Medium Orchid. HEX triplet: CF, 4E and EE. RGB value is (207,78,238). Sum of RGB (Red+Green+Blue) = 207+78+238=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEE is #30B111. Grayscale: #868686. Windows color (decimal): -3191058 or 15617743. OLE color: 15617743.

HSL color Cylindrical-coordinate representation of color #CF4EEE: hue angle of 288.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4EEE is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20778238-
CMYK0.130.6700.07
HSL288.38º82.47%61.96%-
HSV(B)288.38º67.23%93.33%-
XYZ43.8924.8983.38-
YUV134.81186.24179.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 78 (30.86% from 255) = 14.91%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=39.58%
G=14.91%
B=45.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207782380.130.6700.07288.3882.4761.96
HexCF4EEED4307120523e
Octal317116356151030744012276
Binary110011111001110111011101101100001101111001000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EEE; }

 p { color: rgb(207,78,238); }

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

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

 a { background-color: rgb(207,78,238); }

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

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

 span { border-color: rgb(207,78,238); }

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