Html Css Color HEX #CB5FDB Medium Orchid

📋 copy color: '#CB5FDB'

red 203 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #CB5FDB

Tints of Medium Orchid #CB5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.38%

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

R = 39.26%
G = 18.38%
B = 42.36%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB5FDB (or 0xCB5FDB) is known color: Medium Orchid. HEX triplet: CB, 5F and DB. RGB value is (203,95,219). Sum of RGB (Red+Green+Blue) = 203+95+219=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FDB is #34A024. Grayscale: #8D8D8D. Windows color (decimal): -3448869 or 14376907. OLE color: 14376907.

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

Color convert

RGB 203 95 219 -
CMYK 0.07 0.57 0 0.14
HSL 292.26º 0.63% 0.62% -
HSV(B) 292.26º 0.57% 0.86% -
XYZ 41.51 26 69.85 -
YUV 141.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 203 95 219 0.07 0.57 0 0.14 292.26 0.63 0.62
Hex CB 5F DB 7 39 0 E 124 3F 3E
Octal 313 137 333 7 71 0 16 444 77 76
Binary 11001011 1011111 11011011 111 111001 0 1110 100100100 111111 111110

Color Harmonies of #CB5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FDB

Black with #CB5FDB

Text Example


Text Example

White with #CB5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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