Html Css Color HEX #CD52DF Medium Orchid

📋 copy color: '#CD52DF'

red 205 ◦ green 82 ◦ blue 223

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

Shades of Medium Orchid #CD52DF

Tints of Medium Orchid #CD52DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 40.2%
G = 16.08%
B = 43.73%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD52DF (or 0xCD52DF) is known color: Medium Orchid. HEX triplet: CD, 52 and DF. RGB value is (205,82,223). Sum of RGB (Red+Green+Blue) = 205+82+223=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52DF is #32AD20. Grayscale: #868686. Windows color (decimal): -3321121 or 14635725. OLE color: 14635725.

HSL color Cylindrical-coordinate representation of color #CD52DF: hue angle of 292.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD52DF is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 82 223 -
CMYK 0.08 0.63 0 0.13
HSL 292.34º 0.69% 0.6% -
HSV(B) 292.34º 0.63% 0.87% -
XYZ 41.51 24.34 72.32 -
YUV 134.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 205 82 223 0.08 0.63 0 0.13 292.34 0.69 0.6
Hex CD 52 DF 8 3F 0 D 124 45 3C
Octal 315 122 337 10 77 0 15 444 105 74
Binary 11001101 1010010 11011111 1000 111111 0 1101 100100100 1000101 111100

Color Harmonies of #CD52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52DF

Black with #CD52DF

Text Example


Text Example

White with #CD52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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