Html Css Color HEX #CB5DDD Medium Orchid

📋 copy color: '#CB5DDD'

red 203 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #CB5DDD

Tints of Medium Orchid #CB5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.99%

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

R = 39.26%
G = 17.99%
B = 42.75%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB5DDD (or 0xCB5DDD) is known color: Medium Orchid. HEX triplet: CB, 5D and DD. RGB value is (203,93,221). Sum of RGB (Red+Green+Blue) = 203+93+221=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DDD is #34A222. Grayscale: #8C8C8C. Windows color (decimal): -3449379 or 14507467. OLE color: 14507467.

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

Color convert

RGB 203 93 221 -
CMYK 0.08 0.58 0 0.13
HSL 291.56º 0.65% 0.62% -
HSV(B) 291.56º 0.58% 0.87% -
XYZ 41.59 25.75 71.18 -
YUV 140.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 203 93 221 0.08 0.58 0 0.13 291.56 0.65 0.62
Hex CB 5D DD 8 3A 0 D 124 41 3E
Octal 313 135 335 10 72 0 15 444 101 76
Binary 11001011 1011101 11011101 1000 111010 0 1101 100100100 1000001 111110

Color Harmonies of #CB5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DDD

Black with #CB5DDD

Text Example


Text Example

White with #CB5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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