Html Css Color HEX #CF31DB Medium Orchid

📋 copy color: '#CF31DB'

red 207 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #CF31DB

Tints of Medium Orchid #CF31DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 43.58%
G = 10.32%
B = 46.11%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF31DB (or 0xCF31DB) is known color: Medium Orchid. HEX triplet: CF, 31 and DB. RGB value is (207,49,219). Sum of RGB (Red+Green+Blue) = 207+49+219=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31DB is #30CE24. Grayscale: #737373. Windows color (decimal): -3198501 or 14365135. OLE color: 14365135.

HSL color Cylindrical-coordinate representation of color #CF31DB: hue angle of 295.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF31DB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 49 219 -
CMYK 0.05 0.78 0 0.14
HSL 295.76º 0.7% 0.53% -
HSV(B) 295.76º 0.78% 0.86% -
XYZ 39.62 20.58 68.9 -
YUV 115.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 207 49 219 0.05 0.78 0 0.14 295.76 0.7 0.53
Hex CF 31 DB 5 4E 0 E 128 46 35
Octal 317 61 333 5 116 0 16 450 106 65
Binary 11001111 110001 11011011 101 1001110 0 1110 100101000 1000110 110101

Color Harmonies of #CF31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31DB

Black with #CF31DB

Text Example


Text Example

White with #CF31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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