Html Css Color HEX #C749FD Medium Orchid

📋 copy color: '#C749FD'

red 199 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #C749FD

Tints of Medium Orchid #C749FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 37.9%
G = 13.9%
B = 48.19%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C749FD (or 0xC749FD) is known color: Medium Orchid. HEX triplet: C7, 49 and FD. RGB value is (199,73,253). Sum of RGB (Red+Green+Blue) = 199+73+253=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C749FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C749FD is #38B602. Grayscale: #828282. Windows color (decimal): -3716611 or 16599495. OLE color: 16599495.

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

Color convert

RGB 199 73 253 -
CMYK 0.21 0.71 0 0.01
HSL 282º 0.98% 0.64% -
HSV(B) 282º 0.71% 0.99% -
XYZ 43.67 24 95.26 -
YUV 131.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 199 73 253 0.21 0.71 0 0.01 282 0.98 0.64
Hex C7 49 FD 15 47 0 1 11A 62 40
Octal 307 111 375 25 107 0 1 432 142 100
Binary 11000111 1001001 11111101 10101 1000111 0 1 100011010 1100010 1000000

Color Harmonies of #C749FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749FD

Black with #C749FD

Text Example


Text Example

White with #C749FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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