Html Css Color HEX #CC40E0 Medium Orchid

📋 copy color: '#CC40E0'

red 204 ◦ green 64 ◦ blue 224

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

Shades of Medium Orchid #CC40E0

Tints of Medium Orchid #CC40E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 41.46%
G = 13.01%
B = 45.53%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC40E0 (or 0xCC40E0) is known color: Medium Orchid. HEX triplet: CC, 40 and E0. RGB value is (204,64,224). Sum of RGB (Red+Green+Blue) = 204+64+224=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC40E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40E0 is #33BF1F. Grayscale: #7B7B7B. Windows color (decimal): -3391264 or 14696652. OLE color: 14696652.

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

Color convert

RGB 204 64 224 -
CMYK 0.09 0.71 0 0.12
HSL 292.5º 0.72% 0.56% -
HSV(B) 292.5º 0.71% 0.88% -
XYZ 40.19 21.89 72.63 -
YUV 124.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 204 64 224 0.09 0.71 0 0.12 292.5 0.72 0.56
Hex CC 40 E0 9 47 0 C 124 48 38
Octal 314 100 340 11 107 0 14 444 110 70
Binary 11001100 1000000 11100000 1001 1000111 0 1100 100100100 1001000 111000

Color Harmonies of #CC40E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40E0

Black with #CC40E0

Text Example


Text Example

White with #CC40E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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