Html Css Color HEX #C749ED Medium Orchid

📋 copy color: '#C749ED'

red 199 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #C749ED

Tints of Medium Orchid #C749ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 39.1%
G = 14.34%
B = 46.56%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C749ED (or 0xC749ED) is known color: Medium Orchid. HEX triplet: C7, 49 and ED. RGB value is (199,73,237). Sum of RGB (Red+Green+Blue) = 199+73+237=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C749ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749ED is #38B612. Grayscale: #808080. Windows color (decimal): -3716627 or 15550919. OLE color: 15550919.

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

Color convert

RGB 199 73 237 -
CMYK 0.16 0.69 0 0.07
HSL 286.1º 0.82% 0.61% -
HSV(B) 286.1º 0.69% 0.93% -
XYZ 41.22 23.02 82.39 -
YUV 129.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 199 73 237 0.16 0.69 0 0.07 286.1 0.82 0.61
Hex C7 49 ED 10 45 0 7 11E 52 3D
Octal 307 111 355 20 105 0 7 436 122 75
Binary 11000111 1001001 11101101 10000 1000101 0 111 100011110 1010010 111101

Color Harmonies of #C749ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749ED

Black with #C749ED

Text Example


Text Example

White with #C749ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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