Html Css Color HEX #CD4ADE Medium Orchid

📋 copy color: '#CD4ADE'

red 205 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #CD4ADE

Tints of Medium Orchid #CD4ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.77%

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

R = 40.92%
G = 14.77%
B = 44.31%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4ADE (or 0xCD4ADE) is known color: Medium Orchid. HEX triplet: CD, 4A and DE. RGB value is (205,74,222). Sum of RGB (Red+Green+Blue) = 205+74+222=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4ADE is #32B521. Grayscale: #818181. Windows color (decimal): -3323170 or 14568141. OLE color: 14568141.

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

Color convert

RGB 205 74 222 -
CMYK 0.08 0.67 0 0.13
HSL 293.11º 0.69% 0.58% -
HSV(B) 293.11º 0.67% 0.87% -
XYZ 40.81 23.15 71.42 -
YUV 130.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 205 74 222 0.08 0.67 0 0.13 293.11 0.69 0.58
Hex CD 4A DE 8 43 0 D 125 45 3A
Octal 315 112 336 10 103 0 15 445 105 72
Binary 11001101 1001010 11011110 1000 1000011 0 1101 100100101 1000101 111010

Color Harmonies of #CD4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4ADE

Black with #CD4ADE

Text Example


Text Example

White with #CD4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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