Html Css Color HEX #CB31DB Medium Orchid

📋 copy color: '#CB31DB'

red 203 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #CB31DB

Tints of Medium Orchid #CB31DB

RGB

 RED value IS 203 (79.69% from 255) = 43.1%

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

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

R = 43.1%
G = 10.4%
B = 46.5%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB31DB (or 0xCB31DB) is known color: Medium Orchid. HEX triplet: CB, 31 and DB. RGB value is (203,49,219). Sum of RGB (Red+Green+Blue) = 203+49+219=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31DB is #34CE24. Grayscale: #717171. Windows color (decimal): -3460645 or 14365131. OLE color: 14365131.

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

Color convert

RGB 203 49 219 -
CMYK 0.07 0.78 0 0.14
HSL 294.35º 0.7% 0.53% -
HSV(B) 294.35º 0.78% 0.86% -
XYZ 38.51 20.01 68.85 -
YUV 114.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 203 49 219 0.07 0.78 0 0.14 294.35 0.7 0.53
Hex CB 31 DB 7 4E 0 E 126 46 35
Octal 313 61 333 7 116 0 16 446 106 65
Binary 11001011 110001 11011011 111 1001110 0 1110 100100110 1000110 110101

Color Harmonies of #CB31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31DB

Black with #CB31DB

Text Example


Text Example

White with #CB31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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