Html Css Color HEX #CD3AD6 Medium Orchid

📋 copy color: '#CD3AD6'

red 205 ◦ green 58 ◦ blue 214

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

Shades of Medium Orchid #CD3AD6

Tints of Medium Orchid #CD3AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.16%

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

R = 42.98%
G = 12.16%
B = 44.86%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD3AD6 (or 0xCD3AD6) is known color: Medium Orchid. HEX triplet: CD, 3A and D6. RGB value is (205,58,214). Sum of RGB (Red+Green+Blue) = 205+58+214=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3AD6 is #32C529. Grayscale: #777777. Windows color (decimal): -3327274 or 14039757. OLE color: 14039757.

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

Color convert

RGB 205 58 214 -
CMYK 0.04 0.73 0 0.16
HSL 296.54º 0.66% 0.53% -
HSV(B) 296.54º 0.73% 0.84% -
XYZ 38.83 20.86 65.6 -
YUV 119.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 205 58 214 0.04 0.73 0 0.16 296.54 0.66 0.53
Hex CD 3A D6 4 49 0 10 129 42 35
Octal 315 72 326 4 111 0 20 451 102 65
Binary 11001101 111010 11010110 100 1001001 0 10000 100101001 1000010 110101

Color Harmonies of #CD3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3AD6

Black with #CD3AD6

Text Example


Text Example

White with #CD3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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