Html Css Color HEX #CC46E9 Medium Orchid

📋 copy color: '#CC46E9'

red 204 ◦ green 70 ◦ blue 233

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

Shades of Medium Orchid #CC46E9

Tints of Medium Orchid #CC46E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 40.24%
G = 13.81%
B = 45.96%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC46E9 (or 0xCC46E9) is known color: Medium Orchid. HEX triplet: CC, 46 and E9. RGB value is (204,70,233). Sum of RGB (Red+Green+Blue) = 204+70+233=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC46E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46E9 is #33B916. Grayscale: #808080. Windows color (decimal): -3389719 or 15288012. OLE color: 15288012.

HSL color Cylindrical-coordinate representation of color #CC46E9: hue angle of 289.33º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC46E9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 70 233 -
CMYK 0.12 0.70 0 0.09
HSL 289.33º 0.79% 0.59% -
HSV(B) 289.33º 0.7% 0.91% -
XYZ 41.8 23.1 79.35 -
YUV 128.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 204 70 233 0.12 0.70 0 0.09 289.33 0.79 0.59
Hex CC 46 E9 C 46 0 9 121 4F 3B
Octal 314 106 351 14 106 0 11 441 117 73
Binary 11001100 1000110 11101001 1100 1000110 0 1001 100100001 1001111 111011

Color Harmonies of #CC46E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46E9

Black with #CC46E9

Text Example


Text Example

White with #CC46E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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