Html Css Color HEX #C749FB Medium Orchid

📋 copy color: '#C749FB'

red 199 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #C749FB

Tints of Medium Orchid #C749FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 38.05%
G = 13.96%
B = 47.99%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C749FB (or 0xC749FB) is known color: Medium Orchid. HEX triplet: C7, 49 and FB. RGB value is (199,73,251). Sum of RGB (Red+Green+Blue) = 199+73+251=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #C749FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749FB is #38B604. Grayscale: #828282. Windows color (decimal): -3716613 or 16468423. OLE color: 16468423.

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

Color convert

RGB 199 73 251 -
CMYK 0.21 0.71 0 0.02
HSL 282.47º 0.96% 0.64% -
HSV(B) 282.47º 0.71% 0.98% -
XYZ 43.35 23.87 93.59 -
YUV 130.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 199 73 251 0.21 0.71 0 0.02 282.47 0.96 0.64
Hex C7 49 FB 15 47 0 2 11A 60 40
Octal 307 111 373 25 107 0 2 432 140 100
Binary 11000111 1001001 11111011 10101 1000111 0 10 100011010 1100000 1000000

Color Harmonies of #C749FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749FB

Black with #C749FB

Text Example


Text Example

White with #C749FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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