Html Css Color HEX #CF2EE0 Medium Orchid

📋 copy color: '#CF2EE0'

red 207 ◦ green 46 ◦ blue 224

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

Shades of Medium Orchid #CF2EE0

Tints of Medium Orchid #CF2EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.64%

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 43.4%
G = 9.64%
B = 46.96%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF2EE0 (or 0xCF2EE0) is known color: Medium Orchid. HEX triplet: CF, 2E and E0. RGB value is (207,46,224). Sum of RGB (Red+Green+Blue) = 207+46+224=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 46 (18.36% from 255 or 9.64% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF2EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EE0 is #30D11F. Grayscale: #717171. Windows color (decimal): -3199264 or 14692047. OLE color: 14692047.

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

Color convert

RGB 207 46 224 -
CMYK 0.08 0.79 0 0.12
HSL 294.27º 0.74% 0.53% -
HSV(B) 294.27º 0.79% 0.88% -
XYZ 40.16 20.6 72.38 -
YUV 114.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 207 46 224 0.08 0.79 0 0.12 294.27 0.74 0.53
Hex CF 2E E0 8 4F 0 C 126 4A 35
Octal 317 56 340 10 117 0 14 446 112 65
Binary 11001111 101110 11100000 1000 1001111 0 1100 100100110 1001010 110101

Color Harmonies of #CF2EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EE0

Black with #CF2EE0

Text Example


Text Example

White with #CF2EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EE0; }

 p { color: rgb(207,46,224); }

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

background-color css

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

 a { background-color: rgb(207,46,224); }

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

border-color css

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

 span { border-color: rgb(207,46,224); }

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