Html Css Color HEX #C745EB Medium Orchid

📋 copy color: '#C745EB'

red 199 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #C745EB

Tints of Medium Orchid #C745EB

RGB

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

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

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

R = 39.56%
G = 13.72%
B = 46.72%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C745EB (or 0xC745EB) is known color: Medium Orchid. HEX triplet: C7, 45 and EB. RGB value is (199,69,235). Sum of RGB (Red+Green+Blue) = 199+69+235=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C745EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745EB is #38BA14. Grayscale: #7E7E7E. Windows color (decimal): -3717653 or 15418823. OLE color: 15418823.

HSL color Cylindrical-coordinate representation of color #C745EB: hue angle of 286.99º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C745EB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 69 235 -
CMYK 0.15 0.71 0 0.08
HSL 286.99º 0.81% 0.6% -
HSV(B) 286.99º 0.71% 0.92% -
XYZ 40.68 22.4 80.78 -
YUV 126.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 199 69 235 0.15 0.71 0 0.08 286.99 0.81 0.6
Hex C7 45 EB F 47 0 8 11F 51 3C
Octal 307 105 353 17 107 0 10 437 121 74
Binary 11000111 1000101 11101011 1111 1000111 0 1000 100011111 1010001 111100

Color Harmonies of #C745EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745EB

Black with #C745EB

Text Example


Text Example

White with #C745EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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