Html Css Color HEX #CC46EA Medium Orchid

📋 copy color: '#CC46EA'

red 204 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #CC46EA

Tints of Medium Orchid #CC46EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.78%

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

R = 40.16%
G = 13.78%
B = 46.06%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC46EA (or 0xCC46EA) is known color: Medium Orchid. HEX triplet: CC, 46 and EA. RGB value is (204,70,234). Sum of RGB (Red+Green+Blue) = 204+70+234=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46EA is #33B915. Grayscale: #808080. Windows color (decimal): -3389718 or 15353548. OLE color: 15353548.

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

Color convert

RGB 204 70 234 -
CMYK 0.13 0.70 0 0.08
HSL 289.02º 0.8% 0.6% -
HSV(B) 289.02º 0.7% 0.92% -
XYZ 41.94 23.16 80.1 -
YUV 128.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 204 70 234 0.13 0.70 0 0.08 289.02 0.8 0.6
Hex CC 46 EA D 46 0 8 121 50 3C
Octal 314 106 352 15 106 0 10 441 120 74
Binary 11001100 1000110 11101010 1101 1000110 0 1000 100100001 1010000 111100

Color Harmonies of #CC46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46EA

Black with #CC46EA

Text Example


Text Example

White with #CC46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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