Html Css Color HEX #CC40E1 Medium Orchid

📋 copy color: '#CC40E1'

red 204 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #CC40E1

Tints of Medium Orchid #CC40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

 BLUE value IS 225 (88.28% from 255) = 45.64%

R = 41.38%
G = 12.98%
B = 45.64%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC40E1 (or 0xCC40E1) is known color: Medium Orchid. HEX triplet: CC, 40 and E1. RGB value is (204,64,225). Sum of RGB (Red+Green+Blue) = 204+64+225=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40E1 is #33BF1E. Grayscale: #7B7B7B. Windows color (decimal): -3391263 or 14762188. OLE color: 14762188.

HSL color Cylindrical-coordinate representation of color #CC40E1: hue angle of 292.17º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC40E1 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 64 225 -
CMYK 0.09 0.72 0 0.12
HSL 292.17º 0.73% 0.57% -
HSV(B) 292.17º 0.72% 0.88% -
XYZ 40.33 21.94 73.34 -
YUV 124.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 204 64 225 0.09 0.72 0 0.12 292.17 0.73 0.57
Hex CC 40 E1 9 48 0 C 124 49 39
Octal 314 100 341 11 110 0 14 444 111 71
Binary 11001100 1000000 11100001 1001 1001000 0 1100 100100100 1001001 111001

Color Harmonies of #CC40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40E1

Black with #CC40E1

Text Example


Text Example

White with #CC40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40E1; }

 p { color: rgb(204,64,225); }

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

background-color css

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

 a { background-color: rgb(204,64,225); }

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

border-color css

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

 span { border-color: rgb(204,64,225); }

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