Html Css Color HEX #CD52D6 Medium Orchid

📋 copy color: '#CD52D6'

red 205 ◦ green 82 ◦ blue 214

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

Shades of Medium Orchid #CD52D6

Tints of Medium Orchid #CD52D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 40.92%
G = 16.37%
B = 42.71%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD52D6 (or 0xCD52D6) is known color: Medium Orchid. HEX triplet: CD, 52 and D6. RGB value is (205,82,214). Sum of RGB (Red+Green+Blue) = 205+82+214=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52D6 is #32AD29. Grayscale: #858585. Windows color (decimal): -3321130 or 14045901. OLE color: 14045901.

HSL color Cylindrical-coordinate representation of color #CD52D6: hue angle of 295.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD52D6 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 82 214 -
CMYK 0.04 0.62 0 0.16
HSL 295.91º 0.62% 0.58% -
HSV(B) 295.91º 0.62% 0.84% -
XYZ 40.33 23.87 66.1 -
YUV 133.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 205 82 214 0.04 0.62 0 0.16 295.91 0.62 0.58
Hex CD 52 D6 4 3E 0 10 128 3E 3A
Octal 315 122 326 4 76 0 20 450 76 72
Binary 11001101 1010010 11010110 100 111110 0 10000 100101000 111110 111010

Color Harmonies of #CD52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52D6

Black with #CD52D6

Text Example


Text Example

White with #CD52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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