Html Css Color HEX #CC4EDF Medium Orchid

📋 copy color: '#CC4EDF'

red 204 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #CC4EDF

Tints of Medium Orchid #CC4EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 40.4%
G = 15.45%
B = 44.16%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC4EDF (or 0xCC4EDF) is known color: Medium Orchid. HEX triplet: CC, 4E and DF. RGB value is (204,78,223). Sum of RGB (Red+Green+Blue) = 204+78+223=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EDF is #33B120. Grayscale: #838383. Windows color (decimal): -3387681 or 14634700. OLE color: 14634700.

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

Color convert

RGB 204 78 223 -
CMYK 0.09 0.65 0 0.13
HSL 292.14º 0.69% 0.59% -
HSV(B) 292.14º 0.65% 0.87% -
XYZ 40.95 23.61 72.21 -
YUV 132.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 204 78 223 0.09 0.65 0 0.13 292.14 0.69 0.59
Hex CC 4E DF 9 41 0 D 124 45 3B
Octal 314 116 337 11 101 0 15 444 105 73
Binary 11001100 1001110 11011111 1001 1000001 0 1101 100100100 1000101 111011

Color Harmonies of #CC4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EDF

Black with #CC4EDF

Text Example


Text Example

White with #CC4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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