Html Css Color HEX #CD4EDA Medium Orchid

📋 copy color: '#CD4EDA'

red 205 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #CD4EDA

Tints of Medium Orchid #CD4EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 40.92%
G = 15.57%
B = 43.51%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD4EDA (or 0xCD4EDA) is known color: Medium Orchid. HEX triplet: CD, 4E and DA. RGB value is (205,78,218). Sum of RGB (Red+Green+Blue) = 205+78+218=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDA is #32B125. Grayscale: #838383. Windows color (decimal): -3322150 or 14307021. OLE color: 14307021.

HSL color Cylindrical-coordinate representation of color #CD4EDA: hue angle of 294.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4EDA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 78 218 -
CMYK 0.06 0.64 0 0.15
HSL 294.43º 0.65% 0.58% -
HSV(B) 294.43º 0.64% 0.85% -
XYZ 40.56 23.49 68.73 -
YUV 131.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 205 78 218 0.06 0.64 0 0.15 294.43 0.65 0.58
Hex CD 4E DA 6 40 0 F 126 41 3A
Octal 315 116 332 6 100 0 17 446 101 72
Binary 11001101 1001110 11011010 110 1000000 0 1111 100100110 1000001 111010

Color Harmonies of #CD4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EDA

Black with #CD4EDA

Text Example


Text Example

White with #CD4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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