Html Css Color HEX #CD4EDE Medium Orchid

📋 copy color: '#CD4EDE'

red 205 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #CD4EDE

Tints of Medium Orchid #CD4EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.45%

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

R = 40.59%
G = 15.45%
B = 43.96%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4EDE (or 0xCD4EDE) is known color: Medium Orchid. HEX triplet: CD, 4E and DE. RGB value is (205,78,222). Sum of RGB (Red+Green+Blue) = 205+78+222=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDE is #32B121. Grayscale: #838383. Windows color (decimal): -3322146 or 14569165. OLE color: 14569165.

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

Color convert

RGB 205 78 222 -
CMYK 0.08 0.65 0 0.13
HSL 292.92º 0.69% 0.59% -
HSV(B) 292.92º 0.65% 0.87% -
XYZ 41.09 23.7 71.52 -
YUV 132.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 205 78 222 0.08 0.65 0 0.13 292.92 0.69 0.59
Hex CD 4E DE 8 41 0 D 125 45 3B
Octal 315 116 336 10 101 0 15 445 105 73
Binary 11001101 1001110 11011110 1000 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CD4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EDE

Black with #CD4EDE

Text Example


Text Example

White with #CD4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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