Html Css Color HEX #CD3ADE Medium Orchid

📋 copy color: '#CD3ADE'

red 205 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #CD3ADE

Tints of Medium Orchid #CD3ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 42.27%
G = 11.96%
B = 45.77%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD3ADE (or 0xCD3ADE) is known color: Medium Orchid. HEX triplet: CD, 3A and DE. RGB value is (205,58,222). Sum of RGB (Red+Green+Blue) = 205+58+222=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ADE is #32C521. Grayscale: #787878. Windows color (decimal): -3327266 or 14564045. OLE color: 14564045.

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

Color convert

RGB 205 58 222 -
CMYK 0.08 0.74 0 0.13
HSL 293.78º 0.71% 0.55% -
HSV(B) 293.78º 0.74% 0.87% -
XYZ 39.87 21.28 71.11 -
YUV 120.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 205 58 222 0.08 0.74 0 0.13 293.78 0.71 0.55
Hex CD 3A DE 8 4A 0 D 126 47 37
Octal 315 72 336 10 112 0 15 446 107 67
Binary 11001101 111010 11011110 1000 1001010 0 1101 100100110 1000111 110111

Color Harmonies of #CD3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3ADE

Black with #CD3ADE

Text Example


Text Example

White with #CD3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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