Html Css Color HEX #CC40E3 Medium Orchid

📋 copy color: '#CC40E3'

red 204 ◦ green 64 ◦ blue 227

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

Shades of Medium Orchid #CC40E3

Tints of Medium Orchid #CC40E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 41.21%
G = 12.93%
B = 45.86%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC40E3 (or 0xCC40E3) is known color: Medium Orchid. HEX triplet: CC, 40 and E3. RGB value is (204,64,227). Sum of RGB (Red+Green+Blue) = 204+64+227=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC40E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40E3 is #33BF1C. Grayscale: #7B7B7B. Windows color (decimal): -3391261 or 14893260. OLE color: 14893260.

HSL color Cylindrical-coordinate representation of color #CC40E3: hue angle of 291.53º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC40E3 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 64 227 -
CMYK 0.10 0.72 0 0.11
HSL 291.53º 0.74% 0.57% -
HSV(B) 291.53º 0.72% 0.89% -
XYZ 40.6 22.05 74.79 -
YUV 124.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 204 64 227 0.10 0.72 0 0.11 291.53 0.74 0.57
Hex CC 40 E3 A 48 0 B 124 4A 39
Octal 314 100 343 12 110 0 13 444 112 71
Binary 11001100 1000000 11100011 1010 1001000 0 1011 100100100 1001010 111001

Color Harmonies of #CC40E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40E3

Black with #CC40E3

Text Example


Text Example

White with #CC40E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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