Html Css Color HEX #CB57DB Medium Orchid

📋 copy color: '#CB57DB'

red 203 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #CB57DB

Tints of Medium Orchid #CB57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.09%

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

R = 39.88%
G = 17.09%
B = 43.03%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB57DB (or 0xCB57DB) is known color: Medium Orchid. HEX triplet: CB, 57 and DB. RGB value is (203,87,219). Sum of RGB (Red+Green+Blue) = 203+87+219=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57DB is #34A824. Grayscale: #888888. Windows color (decimal): -3450917 or 14374859. OLE color: 14374859.

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

Color convert

RGB 203 87 219 -
CMYK 0.07 0.60 0 0.14
HSL 292.73º 0.65% 0.6% -
HSV(B) 292.73º 0.6% 0.86% -
XYZ 40.82 24.63 69.62 -
YUV 136.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 203 87 219 0.07 0.60 0 0.14 292.73 0.65 0.6
Hex CB 57 DB 7 3C 0 E 125 41 3C
Octal 313 127 333 7 74 0 16 445 101 74
Binary 11001011 1010111 11011011 111 111100 0 1110 100100101 1000001 111100

Color Harmonies of #CB57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB57DB

Black with #CB57DB

Text Example


Text Example

White with #CB57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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