Html Css Color HEX #CC41EE Medium Orchid

📋 copy color: '#CC41EE'

red 204 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #CC41EE

Tints of Medium Orchid #CC41EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 40.24%
G = 12.82%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC41EE (or 0xCC41EE) is known color: Medium Orchid. HEX triplet: CC, 41 and EE. RGB value is (204,65,238). Sum of RGB (Red+Green+Blue) = 204+65+238=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41EE is #33BE11. Grayscale: #7D7D7D. Windows color (decimal): -3390994 or 15614412. OLE color: 15614412.

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

Color convert

RGB 204 65 238 -
CMYK 0.14 0.73 0 0.07
HSL 288.21º 0.84% 0.59% -
HSV(B) 288.21º 0.73% 0.93% -
XYZ 42.22 22.79 83.06 -
YUV 126.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 204 65 238 0.14 0.73 0 0.07 288.21 0.84 0.59
Hex CC 41 EE E 49 0 7 120 54 3B
Octal 314 101 356 16 111 0 7 440 124 73
Binary 11001100 1000001 11101110 1110 1001001 0 111 100100000 1010100 111011

Color Harmonies of #CC41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41EE

Black with #CC41EE

Text Example


Text Example

White with #CC41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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