Html Css Color HEX #C749FF Medium Orchid

📋 copy color: '#C749FF'

red 199 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #C749FF

Tints of Medium Orchid #C749FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 37.76%
G = 13.85%
B = 48.39%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C749FF (or 0xC749FF) is known color: Medium Orchid. HEX triplet: C7, 49 and FF. RGB value is (199,73,255). Sum of RGB (Red+Green+Blue) = 199+73+255=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C749FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749FF is #38B600. Grayscale: #828282. Windows color (decimal): -3716609 or 16730567. OLE color: 16730567.

HSL color Cylindrical-coordinate representation of color #C749FF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C749FF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 73 255 -
CMYK 0.22 0.71 0 0
HSL 281.54º 1% 0.64% -
HSV(B) 281.54º 0.71% 1% -
XYZ 43.99 24.13 96.95 -
YUV 131.42 197.74 176.2 -
System Red Green Blue C M Y K H S L
Decimal 199 73 255 0.22 0.71 0 0 281.54 1 0.64
Hex C7 49 FF 16 47 0 0 11A 64 40
Octal 307 111 377 26 107 0 0 432 144 100
Binary 11000111 1001001 11111111 10110 1000111 0 0 100011010 1100100 1000000

Color Harmonies of #C749FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749FF

Black with #C749FF

Text Example


Text Example

White with #C749FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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