Html Css Color HEX #CC40E6 Medium Orchid

📋 copy color: '#CC40E6'

red 204 ◦ green 64 ◦ blue 230

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

Shades of Medium Orchid #CC40E6

Tints of Medium Orchid #CC40E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 40.96%
G = 12.85%
B = 46.18%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC40E6 (or 0xCC40E6) is known color: Medium Orchid. HEX triplet: CC, 40 and E6. RGB value is (204,64,230). Sum of RGB (Red+Green+Blue) = 204+64+230=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC40E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40E6 is #33BF19. Grayscale: #7C7C7C. Windows color (decimal): -3391258 or 15089868. OLE color: 15089868.

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

Color convert

RGB 204 64 230 -
CMYK 0.11 0.72 0 0.10
HSL 290.6º 0.77% 0.58% -
HSV(B) 290.6º 0.72% 0.9% -
XYZ 41.02 22.22 76.99 -
YUV 124.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 204 64 230 0.11 0.72 0 0.10 290.6 0.77 0.58
Hex CC 40 E6 B 48 0 A 123 4D 3A
Octal 314 100 346 13 110 0 12 443 115 72
Binary 11001100 1000000 11100110 1011 1001000 0 1010 100100011 1001101 111010

Color Harmonies of #CC40E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC40E6

Black with #CC40E6

Text Example


Text Example

White with #CC40E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC40E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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