Html Css Color HEX #CB36DB Medium Orchid

📋 copy color: '#CB36DB'

red 203 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #CB36DB

Tints of Medium Orchid #CB36DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.34%

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

R = 42.65%
G = 11.34%
B = 46.01%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB36DB (or 0xCB36DB) is known color: Medium Orchid. HEX triplet: CB, 36 and DB. RGB value is (203,54,219). Sum of RGB (Red+Green+Blue) = 203+54+219=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36DB is #34C924. Grayscale: #747474. Windows color (decimal): -3459365 or 14366411. OLE color: 14366411.

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

Color convert

RGB 203 54 219 -
CMYK 0.07 0.75 0 0.14
HSL 294.18º 0.7% 0.54% -
HSV(B) 294.18º 0.75% 0.86% -
XYZ 38.73 20.45 68.92 -
YUV 117.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 203 54 219 0.07 0.75 0 0.14 294.18 0.7 0.54
Hex CB 36 DB 7 4B 0 E 126 46 36
Octal 313 66 333 7 113 0 16 446 106 66
Binary 11001011 110110 11011011 111 1001011 0 1110 100100110 1000110 110110

Color Harmonies of #CB36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36DB

Black with #CB36DB

Text Example


Text Example

White with #CB36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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