Html Css Color HEX #CB4BDB Medium Orchid

📋 copy color: '#CB4BDB'

red 203 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #CB4BDB

Tints of Medium Orchid #CB4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.09%

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

R = 40.85%
G = 15.09%
B = 44.06%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB4BDB (or 0xCB4BDB) is known color: Medium Orchid. HEX triplet: CB, 4B and DB. RGB value is (203,75,219). Sum of RGB (Red+Green+Blue) = 203+75+219=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BDB is #34B424. Grayscale: #818181. Windows color (decimal): -3453989 or 14371787. OLE color: 14371787.

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

Color convert

RGB 203 75 219 -
CMYK 0.07 0.66 0 0.14
HSL 293.33º 0.67% 0.58% -
HSV(B) 293.33º 0.66% 0.86% -
XYZ 39.93 22.84 69.32 -
YUV 129.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 203 75 219 0.07 0.66 0 0.14 293.33 0.67 0.58
Hex CB 4B DB 7 42 0 E 125 43 3A
Octal 313 113 333 7 102 0 16 445 103 72
Binary 11001011 1001011 11011011 111 1000010 0 1110 100100101 1000011 111010

Color Harmonies of #CB4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BDB

Black with #CB4BDB

Text Example


Text Example

White with #CB4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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