Html Css Color HEX #C745E8 Medium Orchid

📋 copy color: '#C745E8'

red 199 ◦ green 69 ◦ blue 232

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

Shades of Medium Orchid #C745E8

Tints of Medium Orchid #C745E8

RGB

 RED value IS 199 (78.13% from 255) = 39.8%

 GREEN value IS 69 (27.34% from 255) = 13.8%

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 39.8%
G = 13.8%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C745E8 (or 0xC745E8) is known color: Medium Orchid. HEX triplet: C7, 45 and E8. RGB value is (199,69,232). Sum of RGB (Red+Green+Blue) = 199+69+232=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #C745E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745E8 is #38BA17. Grayscale: #7D7D7D. Windows color (decimal): -3717656 or 15222215. OLE color: 15222215.

HSL color Cylindrical-coordinate representation of color #C745E8: hue angle of 287.85º degrees, saturation: 0.78, 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 #C745E8 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 69 232 -
CMYK 0.14 0.70 0 0.09
HSL 287.85º 0.78% 0.59% -
HSV(B) 287.85º 0.7% 0.91% -
XYZ 40.25 22.22 78.51 -
YUV 126.45 187.57 179.75 -
System Red Green Blue C M Y K H S L
Decimal 199 69 232 0.14 0.70 0 0.09 287.85 0.78 0.59
Hex C7 45 E8 E 46 0 9 120 4E 3B
Octal 307 105 350 16 106 0 11 440 116 73
Binary 11000111 1000101 11101000 1110 1000110 0 1001 100100000 1001110 111011

Color Harmonies of #C745E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745E8

Black with #C745E8

Text Example


Text Example

White with #C745E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745E8; }

 p { color: rgb(199,69,232); }

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

background-color css

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

 a { background-color: rgb(199,69,232); }

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

border-color css

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

 span { border-color: rgb(199,69,232); }

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