Html Css Color HEX #CB5ADB Medium Orchid

📋 copy color: '#CB5ADB'

red 203 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #CB5ADB

Tints of Medium Orchid #CB5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.58%

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

R = 39.65%
G = 17.58%
B = 42.77%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB5ADB (or 0xCB5ADB) is known color: Medium Orchid. HEX triplet: CB, 5A and DB. RGB value is (203,90,219). Sum of RGB (Red+Green+Blue) = 203+90+219=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ADB is #34A524. Grayscale: #8A8A8A. Windows color (decimal): -3450149 or 14375627. OLE color: 14375627.

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

Color convert

RGB 203 90 219 -
CMYK 0.07 0.59 0 0.14
HSL 292.56º 0.64% 0.61% -
HSV(B) 292.56º 0.59% 0.86% -
XYZ 41.07 25.12 69.7 -
YUV 138.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 203 90 219 0.07 0.59 0 0.14 292.56 0.64 0.61
Hex CB 5A DB 7 3B 0 E 125 40 3D
Octal 313 132 333 7 73 0 16 445 100 75
Binary 11001011 1011010 11011011 111 111011 0 1110 100100101 1000000 111101

Color Harmonies of #CB5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ADB

Black with #CB5ADB

Text Example


Text Example

White with #CB5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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