Html Css Color HEX #CF2EDE Medium Orchid

📋 copy color: '#CF2EDE'

red 207 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #CF2EDE

Tints of Medium Orchid #CF2EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 43.58%
G = 9.68%
B = 46.74%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF2EDE (or 0xCF2EDE) is known color: Medium Orchid. HEX triplet: CF, 2E and DE. RGB value is (207,46,222). Sum of RGB (Red+Green+Blue) = 207+46+222=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EDE is #30D121. Grayscale: #717171. Windows color (decimal): -3199266 or 14560975. OLE color: 14560975.

HSL color Cylindrical-coordinate representation of color #CF2EDE: hue angle of 294.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2EDE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 46 222 -
CMYK 0.07 0.79 0 0.13
HSL 294.89º 0.73% 0.53% -
HSV(B) 294.89º 0.79% 0.87% -
XYZ 39.89 20.49 70.96 -
YUV 114.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 207 46 222 0.07 0.79 0 0.13 294.89 0.73 0.53
Hex CF 2E DE 7 4F 0 D 127 49 35
Octal 317 56 336 7 117 0 15 447 111 65
Binary 11001111 101110 11011110 111 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #CF2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EDE

Black with #CF2EDE

Text Example


Text Example

White with #CF2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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