Html Css Color HEX #CD52ED Medium Orchid

📋 copy color: '#CD52ED'

red 205 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #CD52ED

Tints of Medium Orchid #CD52ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 39.12%
G = 15.65%
B = 45.23%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD52ED (or 0xCD52ED) is known color: Medium Orchid. HEX triplet: CD, 52 and ED. RGB value is (205,82,237). Sum of RGB (Red+Green+Blue) = 205+82+237=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD52ED is #32AD12. Grayscale: #878787. Windows color (decimal): -3321107 or 15553229. OLE color: 15553229.

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

Color convert

RGB 205 82 237 -
CMYK 0.14 0.65 0 0.07
HSL 287.61º 0.81% 0.63% -
HSV(B) 287.61º 0.65% 0.93% -
XYZ 43.48 25.13 82.68 -
YUV 136.45 184.75 176.9 -
System Red Green Blue C M Y K H S L
Decimal 205 82 237 0.14 0.65 0 0.07 287.61 0.81 0.63
Hex CD 52 ED E 41 0 7 120 51 3F
Octal 315 122 355 16 101 0 7 440 121 77
Binary 11001101 1010010 11101101 1110 1000001 0 111 100100000 1010001 111111

Color Harmonies of #CD52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52ED

Black with #CD52ED

Text Example


Text Example

White with #CD52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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