Html Css Color HEX #CB55DC Medium Orchid

📋 copy color: '#CB55DC'

red 203 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #CB55DC

Tints of Medium Orchid #CB55DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 39.96%
G = 16.73%
B = 43.31%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB55DC (or 0xCB55DC) is known color: Medium Orchid. HEX triplet: CB, 55 and DC. RGB value is (203,85,220). Sum of RGB (Red+Green+Blue) = 203+85+220=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55DC is #34AA23. Grayscale: #878787. Windows color (decimal): -3451428 or 14439883. OLE color: 14439883.

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

Color convert

RGB 203 85 220 -
CMYK 0.08 0.61 0 0.14
HSL 292.44º 0.66% 0.6% -
HSV(B) 292.44º 0.61% 0.86% -
XYZ 40.8 24.36 70.26 -
YUV 135.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 203 85 220 0.08 0.61 0 0.14 292.44 0.66 0.6
Hex CB 55 DC 8 3D 0 E 124 42 3C
Octal 313 125 334 10 75 0 16 444 102 74
Binary 11001011 1010101 11011100 1000 111101 0 1110 100100100 1000010 111100

Color Harmonies of #CB55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55DC

Black with #CB55DC

Text Example


Text Example

White with #CB55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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