Html Css Color HEX #CC41EC Medium Orchid

📋 copy color: '#CC41EC'

red 204 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #CC41EC

Tints of Medium Orchid #CC41EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 40.4%
G = 12.87%
B = 46.73%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC41EC (or 0xCC41EC) is known color: Medium Orchid. HEX triplet: CC, 41 and EC. RGB value is (204,65,236). Sum of RGB (Red+Green+Blue) = 204+65+236=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC41EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41EC is #33BE13. Grayscale: #7D7D7D. Windows color (decimal): -3390996 or 15483340. OLE color: 15483340.

HSL color Cylindrical-coordinate representation of color #CC41EC: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC41EC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 65 236 -
CMYK 0.14 0.72 0 0.07
HSL 288.77º 0.82% 0.59% -
HSV(B) 288.77º 0.72% 0.93% -
XYZ 41.93 22.67 81.52 -
YUV 126.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 204 65 236 0.14 0.72 0 0.07 288.77 0.82 0.59
Hex CC 41 EC E 48 0 7 121 52 3B
Octal 314 101 354 16 110 0 7 441 122 73
Binary 11001100 1000001 11101100 1110 1001000 0 111 100100001 1010010 111011

Color Harmonies of #CC41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41EC

Black with #CC41EC

Text Example


Text Example

White with #CC41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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