Html Css Color HEX #CB4DDB Medium Orchid

📋 copy color: '#CB4DDB'

red 203 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #CB4DDB

Tints of Medium Orchid #CB4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.43%

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

R = 40.68%
G = 15.43%
B = 43.89%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB4DDB (or 0xCB4DDB) is known color: Medium Orchid. HEX triplet: CB, 4D and DB. RGB value is (203,77,219). Sum of RGB (Red+Green+Blue) = 203+77+219=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DDB is #34B224. Grayscale: #828282. Windows color (decimal): -3453477 or 14372299. OLE color: 14372299.

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

Color convert

RGB 203 77 219 -
CMYK 0.07 0.65 0 0.14
HSL 293.24º 0.66% 0.58% -
HSV(B) 293.24º 0.65% 0.86% -
XYZ 40.07 23.12 69.37 -
YUV 130.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 203 77 219 0.07 0.65 0 0.14 293.24 0.66 0.58
Hex CB 4D DB 7 41 0 E 125 42 3A
Octal 313 115 333 7 101 0 16 445 102 72
Binary 11001011 1001101 11011011 111 1000001 0 1110 100100101 1000010 111010

Color Harmonies of #CB4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DDB

Black with #CB4DDB

Text Example


Text Example

White with #CB4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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