Html Css Color HEX #C749EA Medium Orchid

📋 copy color: '#C749EA'

red 199 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #C749EA

Tints of Medium Orchid #C749EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.43%

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 39.33%
G = 14.43%
B = 46.25%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C749EA (or 0xC749EA) is known color: Medium Orchid. HEX triplet: C7, 49 and EA. RGB value is (199,73,234). Sum of RGB (Red+Green+Blue) = 199+73+234=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #C749EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749EA is #38B615. Grayscale: #808080. Windows color (decimal): -3716630 or 15354311. OLE color: 15354311.

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

Color convert

RGB 199 73 234 -
CMYK 0.15 0.69 0 0.08
HSL 286.96º 0.79% 0.6% -
HSV(B) 286.96º 0.69% 0.92% -
XYZ 40.79 22.85 80.1 -
YUV 129.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 199 73 234 0.15 0.69 0 0.08 286.96 0.79 0.6
Hex C7 49 EA F 45 0 8 11F 4F 3C
Octal 307 111 352 17 105 0 10 437 117 74
Binary 11000111 1001001 11101010 1111 1000101 0 1000 100011111 1001111 111100

Color Harmonies of #C749EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749EA

Black with #C749EA

Text Example


Text Example

White with #C749EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749EA; }

 p { color: rgb(199,73,234); }

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

background-color css

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

 a { background-color: rgb(199,73,234); }

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

border-color css

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

 span { border-color: rgb(199,73,234); }

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