Html Css Color HEX #CC41EB Medium Orchid

📋 copy color: '#CC41EB'

red 204 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #CC41EB

Tints of Medium Orchid #CC41EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 40.48%
G = 12.9%
B = 46.63%

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

#CC41EB (or 0xCC41EB) is known color: Medium Orchid. HEX triplet: CC, 41 and EB. RGB value is (204,65,235). Sum of RGB (Red+Green+Blue) = 204+65+235=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC41EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC41EB is #33BE14. Grayscale: #7D7D7D. Windows color (decimal): -3390997 or 15417804. OLE color: 15417804.

HSL color Cylindrical-coordinate representation of color #CC41EB: hue angle of 289.06º degrees, saturation: 0.81, 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 #CC41EB is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 65 235 -
CMYK 0.13 0.72 0 0.08
HSL 289.06º 0.81% 0.59% -
HSV(B) 289.06º 0.72% 0.92% -
XYZ 41.79 22.62 80.76 -
YUV 125.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 204 65 235 0.13 0.72 0 0.08 289.06 0.81 0.59
Hex CC 41 EB D 48 0 8 121 51 3B
Octal 314 101 353 15 110 0 10 441 121 73
Binary 11001100 1000001 11101011 1101 1001000 0 1000 100100001 1010001 111011

Color Harmonies of #CC41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC41EB

Black with #CC41EB

Text Example


Text Example

White with #CC41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC41EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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