Html Css Color HEX #CF2FDE Medium Orchid

📋 copy color: '#CF2FDE'

red 207 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #CF2FDE

Tints of Medium Orchid #CF2FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.87%

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

R = 43.49%
G = 9.87%
B = 46.64%

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

#CF2FDE (or 0xCF2FDE) is known color: Medium Orchid. HEX triplet: CF, 2F and DE. RGB value is (207,47,222). Sum of RGB (Red+Green+Blue) = 207+47+222=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF2FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FDE is #30D021. Grayscale: #727272. Windows color (decimal): -3199010 or 14561231. OLE color: 14561231.

HSL color Cylindrical-coordinate representation of color #CF2FDE: hue angle of 294.86º 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 #CF2FDE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 47 222 -
CMYK 0.07 0.79 0 0.13
HSL 294.86º 0.73% 0.53% -
HSV(B) 294.86º 0.79% 0.87% -
XYZ 39.93 20.57 70.97 -
YUV 114.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 207 47 222 0.07 0.79 0 0.13 294.86 0.73 0.53
Hex CF 2F DE 7 4F 0 D 127 49 35
Octal 317 57 336 7 117 0 15 447 111 65
Binary 11001111 101111 11011110 111 1001111 0 1101 100100111 1001001 110101

Color Harmonies of #CF2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FDE

Black with #CF2FDE

Text Example


Text Example

White with #CF2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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