Html Css Color HEX #CF5EE1 Medium Orchid

📋 copy color: '#CF5EE1'

red 207 ◦ green 94 ◦ blue 225

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

Shades of Medium Orchid #CF5EE1

Tints of Medium Orchid #CF5EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 39.35%
G = 17.87%
B = 42.78%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF5EE1 (or 0xCF5EE1) is known color: Medium Orchid. HEX triplet: CF, 5E and E1. RGB value is (207,94,225). Sum of RGB (Red+Green+Blue) = 207+94+225=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EE1 is #30A11E. Grayscale: #8E8E8E. Windows color (decimal): -3186975 or 14769871. OLE color: 14769871.

HSL color Cylindrical-coordinate representation of color #CF5EE1: hue angle of 291.76º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5EE1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 94 225 -
CMYK 0.08 0.58 0 0.12
HSL 291.76º 0.69% 0.63% -
HSV(B) 291.76º 0.58% 0.88% -
XYZ 43.33 26.71 74.11 -
YUV 142.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 207 94 225 0.08 0.58 0 0.12 291.76 0.69 0.63
Hex CF 5E E1 8 3A 0 C 124 45 3F
Octal 317 136 341 10 72 0 14 444 105 77
Binary 11001111 1011110 11100001 1000 111010 0 1100 100100100 1000101 111111

Color Harmonies of #CF5EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5EE1

Black with #CF5EE1

Text Example


Text Example

White with #CF5EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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