Html Css Color HEX #CD4EDD Medium Orchid

📋 copy color: '#CD4EDD'

red 205 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #CD4EDD

Tints of Medium Orchid #CD4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 40.67%
G = 15.48%
B = 43.85%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD4EDD (or 0xCD4EDD) is known color: Medium Orchid. HEX triplet: CD, 4E and DD. RGB value is (205,78,221). Sum of RGB (Red+Green+Blue) = 205+78+221=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDD is #32B122. Grayscale: #838383. Windows color (decimal): -3322147 or 14503629. OLE color: 14503629.

HSL color Cylindrical-coordinate representation of color #CD4EDD: hue angle of 293.29º degrees, saturation: 0.68, 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 #CD4EDD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 78 221 -
CMYK 0.07 0.65 0 0.13
HSL 293.29º 0.68% 0.59% -
HSV(B) 293.29º 0.65% 0.87% -
XYZ 40.95 23.65 70.81 -
YUV 132.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 205 78 221 0.07 0.65 0 0.13 293.29 0.68 0.59
Hex CD 4E DD 7 41 0 D 125 44 3B
Octal 315 116 335 7 101 0 15 445 104 73
Binary 11001101 1001110 11011101 111 1000001 0 1101 100100101 1000100 111011

Color Harmonies of #CD4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EDD

Black with #CD4EDD

Text Example


Text Example

White with #CD4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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