Html Css Color HEX #C74AFB Medium Orchid

📋 copy color: '#C74AFB'

red 199 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #C74AFB

Tints of Medium Orchid #C74AFB

RGB

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

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

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

R = 37.98%
G = 14.12%
B = 47.9%

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

#C74AFB (or 0xC74AFB) is known color: Medium Orchid. HEX triplet: C7, 4A and FB. RGB value is (199,74,251). Sum of RGB (Red+Green+Blue) = 199+74+251=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C74AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AFB is #38B504. Grayscale: #828282. Windows color (decimal): -3716357 or 16468679. OLE color: 16468679.

HSL color Cylindrical-coordinate representation of color #C74AFB: hue angle of 282.37º 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 #C74AFB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 74 251 -
CMYK 0.21 0.71 0 0.02
HSL 282.37º 0.96% 0.64% -
HSV(B) 282.37º 0.71% 0.98% -
XYZ 43.41 24 93.61 -
YUV 131.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 199 74 251 0.21 0.71 0 0.02 282.37 0.96 0.64
Hex C7 4A FB 15 47 0 2 11A 60 40
Octal 307 112 373 25 107 0 2 432 140 100
Binary 11000111 1001010 11111011 10101 1000111 0 10 100011010 1100000 1000000

Color Harmonies of #C74AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AFB

Black with #C74AFB

Text Example


Text Example

White with #C74AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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