Html Css Color HEX #CF5EE4 Medium Orchid

📋 copy color: '#CF5EE4'

red 207 ◦ green 94 ◦ blue 228

#CF5EE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF5EE4

Tints of Medium Orchid #CF5EE4

RGB

 RED value IS 207 (81.25% from 255) = 39.13%

 GREEN value IS 94 (37.11% from 255) = 17.77%

 BLUE value IS 228 (89.45% from 255) = 43.1%

R = 39.13%
G = 17.77%
B = 43.1%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF5EE4 (or 0xCF5EE4) is known color: Medium Orchid. HEX triplet: CF, 5E and E4. RGB value is (207,94,228). Sum of RGB (Red+Green+Blue) = 207+94+228=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF5EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EE4 is #30A11B. Grayscale: #8E8E8E. Windows color (decimal): -3186972 or 14966479. OLE color: 14966479.

HSL color Cylindrical-coordinate representation of color #CF5EE4: hue angle of 290.6º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5EE4 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 94 228 -
CMYK 0.09 0.59 0 0.11
HSL 290.6º 0.71% 0.63% -
HSV(B) 290.6º 0.59% 0.89% -
XYZ 43.74 26.87 76.28 -
YUV 143.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 207 94 228 0.09 0.59 0 0.11 290.6 0.71 0.63
Hex CF 5E E4 9 3B 0 B 123 47 3F
Octal 317 136 344 11 73 0 13 443 107 77
Binary 11001111 1011110 11100100 1001 111011 0 1011 100100011 1000111 111111

Color Harmonies of #CF5EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5EE4

Black with #CF5EE4

Text Example


Text Example

White with #CF5EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5EE4; }

 p { color: rgb(207,94,228); }

 H1.HeaderClassName
 {
   color: #CF5EE4;
 }
 .AnyTagClassName
 {
   color: #CF5EE4;
 }
</style>

background-color css

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

 a { background-color: rgb(207,94,228); }

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

border-color css

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

 span { border-color: rgb(207,94,228); }

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