Html Css Color HEX #CB55DD Medium Orchid

📋 copy color: '#CB55DD'

red 203 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #CB55DD

Tints of Medium Orchid #CB55DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.7%

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

R = 39.88%
G = 16.7%
B = 43.42%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB55DD (or 0xCB55DD) is known color: Medium Orchid. HEX triplet: CB, 55 and DD. RGB value is (203,85,221). Sum of RGB (Red+Green+Blue) = 203+85+221=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55DD is #34AA22. Grayscale: #878787. Windows color (decimal): -3451427 or 14505419. OLE color: 14505419.

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

Color convert

RGB 203 85 221 -
CMYK 0.08 0.62 0 0.13
HSL 292.06º 0.67% 0.6% -
HSV(B) 292.06º 0.62% 0.87% -
XYZ 40.93 24.41 70.96 -
YUV 135.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 203 85 221 0.08 0.62 0 0.13 292.06 0.67 0.6
Hex CB 55 DD 8 3E 0 D 124 43 3C
Octal 313 125 335 10 76 0 15 444 103 74
Binary 11001011 1010101 11011101 1000 111110 0 1101 100100100 1000011 111100

Color Harmonies of #CB55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55DD

Black with #CB55DD

Text Example


Text Example

White with #CB55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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