Html Css Color HEX #CD32DF Medium Orchid

📋 copy color: '#CD32DF'

red 205 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #CD32DF

Tints of Medium Orchid #CD32DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.46%

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

R = 42.89%
G = 10.46%
B = 46.65%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD32DF (or 0xCD32DF) is known color: Medium Orchid. HEX triplet: CD, 32 and DF. RGB value is (205,50,223). Sum of RGB (Red+Green+Blue) = 205+50+223=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32DF is #32CD20. Grayscale: #737373. Windows color (decimal): -3329313 or 14627533. OLE color: 14627533.

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

Color convert

RGB 205 50 223 -
CMYK 0.08 0.78 0 0.13
HSL 293.76º 0.73% 0.54% -
HSV(B) 293.76º 0.78% 0.87% -
XYZ 39.64 20.59 71.7 -
YUV 116.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 205 50 223 0.08 0.78 0 0.13 293.76 0.73 0.54
Hex CD 32 DF 8 4E 0 D 126 49 36
Octal 315 62 337 10 116 0 15 446 111 66
Binary 11001101 110010 11011111 1000 1001110 0 1101 100100110 1001001 110110

Color Harmonies of #CD32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32DF

Black with #CD32DF

Text Example


Text Example

White with #CD32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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