Html Css Color HEX #CC41EA Medium Orchid

📋 copy color: '#CC41EA'

red 204 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #CC41EA

Tints of Medium Orchid #CC41EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 40.56%
G = 12.92%
B = 46.52%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC41EA (or 0xCC41EA) is known color: Medium Orchid. HEX triplet: CC, 41 and EA. RGB value is (204,65,234). Sum of RGB (Red+Green+Blue) = 204+65+234=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC41EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41EA is #33BE15. Grayscale: #7D7D7D. Windows color (decimal): -3390998 or 15352268. OLE color: 15352268.

HSL color Cylindrical-coordinate representation of color #CC41EA: hue angle of 289.35º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC41EA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 65 234 -
CMYK 0.13 0.72 0 0.08
HSL 289.35º 0.8% 0.59% -
HSV(B) 289.35º 0.72% 0.92% -
XYZ 41.64 22.56 80 -
YUV 125.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 204 65 234 0.13 0.72 0 0.08 289.35 0.8 0.59
Hex CC 41 EA D 48 0 8 121 50 3B
Octal 314 101 352 15 110 0 10 441 120 73
Binary 11001100 1000001 11101010 1101 1001000 0 1000 100100001 1010000 111011

Color Harmonies of #CC41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41EA

Black with #CC41EA

Text Example


Text Example

White with #CC41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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