Html Css Color HEX #C74DFC Medium Orchid

📋 copy color: '#C74DFC'

red 199 ◦ green 77 ◦ blue 252

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

Shades of Medium Orchid #C74DFC

Tints of Medium Orchid #C74DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.58%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 37.69%
G = 14.58%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C74DFC (or 0xC74DFC) is known color: Medium Orchid. HEX triplet: C7, 4D and FC. RGB value is (199,77,252). Sum of RGB (Red+Green+Blue) = 199+77+252=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C74DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DFC is #38B203. Grayscale: #848484. Windows color (decimal): -3715588 or 16534983. OLE color: 16534983.

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

Color convert

RGB 199 77 252 -
CMYK 0.21 0.69 0 0.01
HSL 281.83º 0.97% 0.65% -
HSV(B) 281.83º 0.69% 0.99% -
XYZ 43.78 24.48 94.51 -
YUV 133.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 199 77 252 0.21 0.69 0 0.01 281.83 0.97 0.65
Hex C7 4D FC 15 45 0 1 11A 61 41
Octal 307 115 374 25 105 0 1 432 141 101
Binary 11000111 1001101 11111100 10101 1000101 0 1 100011010 1100001 1000001

Color Harmonies of #C74DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DFC

Black with #C74DFC

Text Example


Text Example

White with #C74DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DFC; }

 p { color: rgb(199,77,252); }

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

background-color css

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

 a { background-color: rgb(199,77,252); }

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

border-color css

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

 span { border-color: rgb(199,77,252); }

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