Html Css Color HEX #CC4EDD Medium Orchid

📋 copy color: '#CC4EDD'

red 204 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #CC4EDD

Tints of Medium Orchid #CC4EDD

RGB

 RED value IS 204 (80.08% from 255) = 40.56%

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

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

R = 40.56%
G = 15.51%
B = 43.94%

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

#CC4EDD (or 0xCC4EDD) is known color: Medium Orchid. HEX triplet: CC, 4E and DD. RGB value is (204,78,221). Sum of RGB (Red+Green+Blue) = 204+78+221=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EDD is #33B122. Grayscale: #838383. Windows color (decimal): -3387683 or 14503628. OLE color: 14503628.

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

Color convert

RGB 204 78 221 -
CMYK 0.08 0.65 0 0.13
HSL 292.87º 0.68% 0.59% -
HSV(B) 292.87º 0.65% 0.87% -
XYZ 40.68 23.51 70.8 -
YUV 131.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 204 78 221 0.08 0.65 0 0.13 292.87 0.68 0.59
Hex CC 4E DD 8 41 0 D 125 44 3B
Octal 314 116 335 10 101 0 15 445 104 73
Binary 11001100 1001110 11011101 1000 1000001 0 1101 100100101 1000100 111011

Color Harmonies of #CC4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EDD

Black with #CC4EDD

Text Example


Text Example

White with #CC4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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