Html Css Color HEX #C74AFE Medium Orchid

📋 copy color: '#C74AFE'

red 199 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #C74AFE

Tints of Medium Orchid #C74AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.04%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 37.76%
G = 14.04%
B = 48.2%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C74AFE (or 0xC74AFE) is known color: Medium Orchid. HEX triplet: C7, 4A and FE. RGB value is (199,74,254). Sum of RGB (Red+Green+Blue) = 199+74+254=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C74AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AFE is #38B501. Grayscale: #838383. Windows color (decimal): -3716354 or 16665287. OLE color: 16665287.

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

Color convert

RGB 199 74 254 -
CMYK 0.22 0.71 0 0.00
HSL 281.67º 0.99% 0.64% -
HSV(B) 281.67º 0.71% 1% -
XYZ 43.89 24.2 96.12 -
YUV 131.9 196.91 175.86 -
System Red Green Blue C M Y K H S L
Decimal 199 74 254 0.22 0.71 0 0.00 281.67 0.99 0.64
Hex C7 4A FE 16 47 0 0 11A 63 40
Octal 307 112 376 26 107 0 0 432 143 100
Binary 11000111 1001010 11111110 10110 1000111 0 0 100011010 1100011 1000000

Color Harmonies of #C74AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AFE

Black with #C74AFE

Text Example


Text Example

White with #C74AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AFE; }

 p { color: rgb(199,74,254); }

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

background-color css

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

 a { background-color: rgb(199,74,254); }

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

border-color css

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

 span { border-color: rgb(199,74,254); }

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