Html Css Color HEX #CC41E8 Medium Orchid

📋 copy color: '#CC41E8'

red 204 ◦ green 65 ◦ blue 232

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

Shades of Medium Orchid #CC41E8

Tints of Medium Orchid #CC41E8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.97%

 BLUE value IS 232 (91.02% from 255) = 46.31%

R = 40.72%
G = 12.97%
B = 46.31%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC41E8 (or 0xCC41E8) is known color: Medium Orchid. HEX triplet: CC, 41 and E8. RGB value is (204,65,232). Sum of RGB (Red+Green+Blue) = 204+65+232=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC41E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41E8 is #33BE17. Grayscale: #7D7D7D. Windows color (decimal): -3391000 or 15221196. OLE color: 15221196.

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

Color convert

RGB 204 65 232 -
CMYK 0.12 0.72 0 0.09
HSL 289.94º 0.78% 0.58% -
HSV(B) 289.94º 0.72% 0.91% -
XYZ 41.36 22.44 78.5 -
YUV 125.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 204 65 232 0.12 0.72 0 0.09 289.94 0.78 0.58
Hex CC 41 E8 C 48 0 9 122 4E 3A
Octal 314 101 350 14 110 0 11 442 116 72
Binary 11001100 1000001 11101000 1100 1001000 0 1001 100100010 1001110 111010

Color Harmonies of #CC41E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41E8

Black with #CC41E8

Text Example


Text Example

White with #CC41E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41E8; }

 p { color: rgb(204,65,232); }

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

background-color css

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

 a { background-color: rgb(204,65,232); }

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

border-color css

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

 span { border-color: rgb(204,65,232); }

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