Html Css Color HEX #CB5BDD Medium Orchid

📋 copy color: '#CB5BDD'

red 203 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #CB5BDD

Tints of Medium Orchid #CB5BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.67%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 39.42%
G = 17.67%
B = 42.91%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB5BDD (or 0xCB5BDD) is known color: Medium Orchid. HEX triplet: CB, 5B and DD. RGB value is (203,91,221). Sum of RGB (Red+Green+Blue) = 203+91+221=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BDD is #34A422. Grayscale: #8A8A8A. Windows color (decimal): -3449891 or 14506955. OLE color: 14506955.

HSL color Cylindrical-coordinate representation of color #CB5BDD: hue angle of 291.69º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5BDD is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 91 221 -
CMYK 0.08 0.59 0 0.13
HSL 291.69º 0.66% 0.61% -
HSV(B) 291.69º 0.59% 0.87% -
XYZ 41.42 25.4 71.13 -
YUV 139.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 203 91 221 0.08 0.59 0 0.13 291.69 0.66 0.61
Hex CB 5B DD 8 3B 0 D 124 42 3D
Octal 313 133 335 10 73 0 15 444 102 75
Binary 11001011 1011011 11011101 1000 111011 0 1101 100100100 1000010 111101

Color Harmonies of #CB5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BDD

Black with #CB5BDD

Text Example


Text Example

White with #CB5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BDD; }

 p { color: rgb(203,91,221); }

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

background-color css

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

 a { background-color: rgb(203,91,221); }

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

border-color css

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

 span { border-color: rgb(203,91,221); }

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