Html Css Color HEX #C74CFC Medium Orchid

📋 copy color: '#C74CFC'

red 199 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #C74CFC

Tints of Medium Orchid #C74CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.42%

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

R = 37.76%
G = 14.42%
B = 47.82%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C74CFC (or 0xC74CFC) is known color: Medium Orchid. HEX triplet: C7, 4C and FC. RGB value is (199,76,252). Sum of RGB (Red+Green+Blue) = 199+76+252=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C74CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CFC is #38B303. Grayscale: #848484. Windows color (decimal): -3715844 or 16534727. OLE color: 16534727.

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

Color convert

RGB 199 76 252 -
CMYK 0.21 0.70 0 0.01
HSL 281.93º 0.97% 0.64% -
HSV(B) 281.93º 0.7% 0.99% -
XYZ 43.71 24.34 94.49 -
YUV 132.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 199 76 252 0.21 0.70 0 0.01 281.93 0.97 0.64
Hex C7 4C FC 15 46 0 1 11A 61 40
Octal 307 114 374 25 106 0 1 432 141 100
Binary 11000111 1001100 11111100 10101 1000110 0 1 100011010 1100001 1000000

Color Harmonies of #C74CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CFC

Black with #C74CFC

Text Example


Text Example

White with #C74CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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