Html Css Color HEX #CB32DB Medium Orchid

📋 copy color: '#CB32DB'

red 203 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #CB32DB

Tints of Medium Orchid #CB32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.59%

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

R = 43.01%
G = 10.59%
B = 46.4%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB32DB (or 0xCB32DB) is known color: Medium Orchid. HEX triplet: CB, 32 and DB. RGB value is (203,50,219). Sum of RGB (Red+Green+Blue) = 203+50+219=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32DB is #34CD24. Grayscale: #727272. Windows color (decimal): -3460389 or 14365387. OLE color: 14365387.

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

Color convert

RGB 203 50 219 -
CMYK 0.07 0.77 0 0.14
HSL 294.32º 0.7% 0.53% -
HSV(B) 294.32º 0.77% 0.86% -
XYZ 38.56 20.09 68.86 -
YUV 115.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 203 50 219 0.07 0.77 0 0.14 294.32 0.7 0.53
Hex CB 32 DB 7 4D 0 E 126 46 35
Octal 313 62 333 7 115 0 16 446 106 65
Binary 11001011 110010 11011011 111 1001101 0 1110 100100110 1000110 110101

Color Harmonies of #CB32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB32DB

Black with #CB32DB

Text Example


Text Example

White with #CB32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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