Html Css Color HEX #CF2ED9 Medium Orchid

📋 copy color: '#CF2ED9'

red 207 ◦ green 46 ◦ blue 217

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

Shades of Medium Orchid #CF2ED9

Tints of Medium Orchid #CF2ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 44.04%
G = 9.79%
B = 46.17%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF2ED9 (or 0xCF2ED9) is known color: Medium Orchid. HEX triplet: CF, 2E and D9. RGB value is (207,46,217). Sum of RGB (Red+Green+Blue) = 207+46+217=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF2ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ED9 is #30D126. Grayscale: #717171. Windows color (decimal): -3199271 or 14233295. OLE color: 14233295.

HSL color Cylindrical-coordinate representation of color #CF2ED9: hue angle of 296.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2ED9 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 46 217 -
CMYK 0.05 0.79 0 0.15
HSL 296.49º 0.69% 0.52% -
HSV(B) 296.49º 0.79% 0.85% -
XYZ 39.23 20.23 67.48 -
YUV 113.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 207 46 217 0.05 0.79 0 0.15 296.49 0.69 0.52
Hex CF 2E D9 5 4F 0 F 128 45 34
Octal 317 56 331 5 117 0 17 450 105 64
Binary 11001111 101110 11011001 101 1001111 0 1111 100101000 1000101 110100

Color Harmonies of #CF2ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2ED9

Black with #CF2ED9

Text Example


Text Example

White with #CF2ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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