Html Css Color HEX #CB56DD Medium Orchid

📋 copy color: '#CB56DD'

red 203 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #CB56DD

Tints of Medium Orchid #CB56DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.86%

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

R = 39.8%
G = 16.86%
B = 43.33%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB56DD (or 0xCB56DD) is known color: Medium Orchid. HEX triplet: CB, 56 and DD. RGB value is (203,86,221). Sum of RGB (Red+Green+Blue) = 203+86+221=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56DD is #34A922. Grayscale: #878787. Windows color (decimal): -3451171 or 14505675. OLE color: 14505675.

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

Color convert

RGB 203 86 221 -
CMYK 0.08 0.61 0 0.13
HSL 292º 0.67% 0.6% -
HSV(B) 292º 0.61% 0.87% -
XYZ 41.01 24.57 70.99 -
YUV 136.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 203 86 221 0.08 0.61 0 0.13 292 0.67 0.6
Hex CB 56 DD 8 3D 0 D 124 43 3C
Octal 313 126 335 10 75 0 15 444 103 74
Binary 11001011 1010110 11011101 1000 111101 0 1101 100100100 1000011 111100

Color Harmonies of #CB56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56DD

Black with #CB56DD

Text Example


Text Example

White with #CB56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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