Html Css Color HEX #CB3BDB Medium Orchid

📋 copy color: '#CB3BDB'

red 203 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #CB3BDB

Tints of Medium Orchid #CB3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.27%

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

R = 42.2%
G = 12.27%
B = 45.53%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB3BDB (or 0xCB3BDB) is known color: Medium Orchid. HEX triplet: CB, 3B and DB. RGB value is (203,59,219). Sum of RGB (Red+Green+Blue) = 203+59+219=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BDB is #34C424. Grayscale: #777777. Windows color (decimal): -3458085 or 14367691. OLE color: 14367691.

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

Color convert

RGB 203 59 219 -
CMYK 0.07 0.73 0 0.14
HSL 294º 0.69% 0.55% -
HSV(B) 294º 0.73% 0.86% -
XYZ 38.98 20.94 69.01 -
YUV 120.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 203 59 219 0.07 0.73 0 0.14 294 0.69 0.55
Hex CB 3B DB 7 49 0 E 126 45 37
Octal 313 73 333 7 111 0 16 446 105 67
Binary 11001011 111011 11011011 111 1001001 0 1110 100100110 1000101 110111

Color Harmonies of #CB3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BDB

Black with #CB3BDB

Text Example


Text Example

White with #CB3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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