Html Css Color HEX #CC46F5 Medium Orchid

📋 copy color: '#CC46F5'

red 204 ◦ green 70 ◦ blue 245

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

Shades of Medium Orchid #CC46F5

Tints of Medium Orchid #CC46F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.21%

R = 39.31%
G = 13.49%
B = 47.21%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC46F5 (or 0xCC46F5) is known color: Medium Orchid. HEX triplet: CC, 46 and F5. RGB value is (204,70,245). Sum of RGB (Red+Green+Blue) = 204+70+245=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC46F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46F5 is #33B90A. Grayscale: #818181. Windows color (decimal): -3389707 or 16074444. OLE color: 16074444.

HSL color Cylindrical-coordinate representation of color #CC46F5: hue angle of 285.94º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC46F5 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 70 245 -
CMYK 0.17 0.71 0 0.04
HSL 285.94º 0.9% 0.62% -
HSV(B) 285.94º 0.71% 0.96% -
XYZ 43.57 23.81 88.69 -
YUV 130.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 204 70 245 0.17 0.71 0 0.04 285.94 0.9 0.62
Hex CC 46 F5 11 47 0 4 11E 5A 3E
Octal 314 106 365 21 107 0 4 436 132 76
Binary 11001100 1000110 11110101 10001 1000111 0 100 100011110 1011010 111110

Color Harmonies of #CC46F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46F5

Black with #CC46F5

Text Example


Text Example

White with #CC46F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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