Html Css Color HEX #CF31DE Medium Orchid

📋 copy color: '#CF31DE'

red 207 ◦ green 49 ◦ blue 222

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

Shades of Medium Orchid #CF31DE

Tints of Medium Orchid #CF31DE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.25%

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

R = 43.31%
G = 10.25%
B = 46.44%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF31DE (or 0xCF31DE) is known color: Medium Orchid. HEX triplet: CF, 31 and DE. RGB value is (207,49,222). Sum of RGB (Red+Green+Blue) = 207+49+222=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF31DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31DE is #30CE21. Grayscale: #737373. Windows color (decimal): -3198498 or 14561743. OLE color: 14561743.

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

Color convert

RGB 207 49 222 -
CMYK 0.07 0.78 0 0.13
HSL 294.8º 0.72% 0.53% -
HSV(B) 294.8º 0.78% 0.87% -
XYZ 40.02 20.74 71 -
YUV 115.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 207 49 222 0.07 0.78 0 0.13 294.8 0.72 0.53
Hex CF 31 DE 7 4E 0 D 127 48 35
Octal 317 61 336 7 116 0 15 447 110 65
Binary 11001111 110001 11011110 111 1001110 0 1101 100100111 1001000 110101

Color Harmonies of #CF31DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31DE

Black with #CF31DE

Text Example


Text Example

White with #CF31DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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