Html Css Color HEX #C745EE Medium Orchid

📋 copy color: '#C745EE'

red 199 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #C745EE

Tints of Medium Orchid #C745EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 39.33%
G = 13.64%
B = 47.04%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C745EE (or 0xC745EE) is known color: Medium Orchid. HEX triplet: C7, 45 and EE. RGB value is (199,69,238). Sum of RGB (Red+Green+Blue) = 199+69+238=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #C745EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C745EE is #38BA11. Grayscale: #7E7E7E. Windows color (decimal): -3717650 or 15615431. OLE color: 15615431.

HSL color Cylindrical-coordinate representation of color #C745EE: hue angle of 286.15º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C745EE is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 69 238 -
CMYK 0.16 0.71 0 0.07
HSL 286.15º 0.83% 0.6% -
HSV(B) 286.15º 0.71% 0.93% -
XYZ 41.11 22.57 83.08 -
YUV 127.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 199 69 238 0.16 0.71 0 0.07 286.15 0.83 0.6
Hex C7 45 EE 10 47 0 7 11E 53 3C
Octal 307 105 356 20 107 0 7 436 123 74
Binary 11000111 1000101 11101110 10000 1000111 0 111 100011110 1010011 111100

Color Harmonies of #C745EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745EE

Black with #C745EE

Text Example


Text Example

White with #C745EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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