Html Css Color HEX #CB51DB Medium Orchid

📋 copy color: '#CB51DB'

red 203 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #CB51DB

Tints of Medium Orchid #CB51DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.1%

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

R = 40.36%
G = 16.1%
B = 43.54%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB51DB (or 0xCB51DB) is known color: Medium Orchid. HEX triplet: CB, 51 and DB. RGB value is (203,81,219). Sum of RGB (Red+Green+Blue) = 203+81+219=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DB is #34AE24. Grayscale: #848484. Windows color (decimal): -3452453 or 14373323. OLE color: 14373323.

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

Color convert

RGB 203 81 219 -
CMYK 0.07 0.63 0 0.14
HSL 293.04º 0.66% 0.59% -
HSV(B) 293.04º 0.63% 0.86% -
XYZ 40.36 23.7 69.46 -
YUV 133.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 203 81 219 0.07 0.63 0 0.14 293.04 0.66 0.59
Hex CB 51 DB 7 3F 0 E 125 42 3B
Octal 313 121 333 7 77 0 16 445 102 73
Binary 11001011 1010001 11011011 111 111111 0 1110 100100101 1000010 111011

Color Harmonies of #CB51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51DB

Black with #CB51DB

Text Example


Text Example

White with #CB51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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