Html Css Color HEX #CB5EDD Medium Orchid

📋 copy color: '#CB5EDD'

red 203 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #CB5EDD

Tints of Medium Orchid #CB5EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.15%

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

R = 39.19%
G = 18.15%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB5EDD (or 0xCB5EDD) is known color: Medium Orchid. HEX triplet: CB, 5E and DD. RGB value is (203,94,221). Sum of RGB (Red+Green+Blue) = 203+94+221=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EDD is #34A122. Grayscale: #8C8C8C. Windows color (decimal): -3449123 or 14507723. OLE color: 14507723.

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

Color convert

RGB 203 94 221 -
CMYK 0.08 0.57 0 0.13
HSL 291.5º 0.65% 0.62% -
HSV(B) 291.5º 0.57% 0.87% -
XYZ 41.68 25.92 71.21 -
YUV 141.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 203 94 221 0.08 0.57 0 0.13 291.5 0.65 0.62
Hex CB 5E DD 8 39 0 D 123 41 3E
Octal 313 136 335 10 71 0 15 443 101 76
Binary 11001011 1011110 11011101 1000 111001 0 1101 100100011 1000001 111110

Color Harmonies of #CB5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EDD

Black with #CB5EDD

Text Example


Text Example

White with #CB5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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