Html Css Color HEX #CD52DC Medium Orchid

📋 copy color: '#CD52DC'

red 205 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #CD52DC

Tints of Medium Orchid #CD52DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.17%

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

R = 40.43%
G = 16.17%
B = 43.39%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD52DC (or 0xCD52DC) is known color: Medium Orchid. HEX triplet: CD, 52 and DC. RGB value is (205,82,220). Sum of RGB (Red+Green+Blue) = 205+82+220=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52DC is #32AD23. Grayscale: #868686. Windows color (decimal): -3321124 or 14439117. OLE color: 14439117.

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

Color convert

RGB 205 82 220 -
CMYK 0.07 0.63 0 0.14
HSL 293.48º 0.66% 0.59% -
HSV(B) 293.48º 0.63% 0.86% -
XYZ 41.11 24.18 70.21 -
YUV 134.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 205 82 220 0.07 0.63 0 0.14 293.48 0.66 0.59
Hex CD 52 DC 7 3F 0 E 125 42 3B
Octal 315 122 334 7 77 0 16 445 102 73
Binary 11001101 1010010 11011100 111 111111 0 1110 100100101 1000010 111011

Color Harmonies of #CD52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52DC

Black with #CD52DC

Text Example


Text Example

White with #CD52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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