Html Css Color HEX #CD55DC Medium Orchid

📋 copy color: '#CD55DC'

red 205 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #CD55DC

Tints of Medium Orchid #CD55DC

RGB

 RED value IS 205 (80.47% from 255) = 40.2%

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

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

R = 40.2%
G = 16.67%
B = 43.14%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD55DC (or 0xCD55DC) is known color: Medium Orchid. HEX triplet: CD, 55 and DC. RGB value is (205,85,220). Sum of RGB (Red+Green+Blue) = 205+85+220=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55DC is #32AA23. Grayscale: #878787. Windows color (decimal): -3320356 or 14439885. OLE color: 14439885.

HSL color Cylindrical-coordinate representation of color #CD55DC: hue angle of 293.33º 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 #CD55DC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 85 220 -
CMYK 0.07 0.61 0 0.14
HSL 293.33º 0.66% 0.6% -
HSV(B) 293.33º 0.61% 0.86% -
XYZ 41.34 24.64 70.29 -
YUV 136.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 205 85 220 0.07 0.61 0 0.14 293.33 0.66 0.6
Hex CD 55 DC 7 3D 0 E 125 42 3C
Octal 315 125 334 7 75 0 16 445 102 74
Binary 11001101 1010101 11011100 111 111101 0 1110 100100101 1000010 111100

Color Harmonies of #CD55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55DC

Black with #CD55DC

Text Example


Text Example

White with #CD55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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