Html Css Color HEX #CF4EE1 Medium Orchid

📋 copy color: '#CF4EE1'

red 207 ◦ green 78 ◦ blue 225

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

Shades of Medium Orchid #CF4EE1

Tints of Medium Orchid #CF4EE1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.29%

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

R = 40.59%
G = 15.29%
B = 44.12%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF4EE1 (or 0xCF4EE1) is known color: Medium Orchid. HEX triplet: CF, 4E and E1. RGB value is (207,78,225). Sum of RGB (Red+Green+Blue) = 207+78+225=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF4EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EE1 is #30B11E. Grayscale: #848484. Windows color (decimal): -3191071 or 14765775. OLE color: 14765775.

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

Color convert

RGB 207 78 225 -
CMYK 0.08 0.65 0 0.12
HSL 292.65º 0.71% 0.59% -
HSV(B) 292.65º 0.65% 0.88% -
XYZ 42.05 24.15 73.68 -
YUV 133.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 207 78 225 0.08 0.65 0 0.12 292.65 0.71 0.59
Hex CF 4E E1 8 41 0 C 125 47 3B
Octal 317 116 341 10 101 0 14 445 107 73
Binary 11001111 1001110 11100001 1000 1000001 0 1100 100100101 1000111 111011

Color Harmonies of #CF4EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EE1

Black with #CF4EE1

Text Example


Text Example

White with #CF4EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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