Html Css Color HEX #C74AF2 Medium Orchid

📋 copy color: '#C74AF2'

red 199 ◦ green 74 ◦ blue 242

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

Shades of Medium Orchid #C74AF2

Tints of Medium Orchid #C74AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 38.64%
G = 14.37%
B = 46.99%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C74AF2 (or 0xC74AF2) is known color: Medium Orchid. HEX triplet: C7, 4A and F2. RGB value is (199,74,242). Sum of RGB (Red+Green+Blue) = 199+74+242=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #C74AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AF2 is #38B50D. Grayscale: #818181. Windows color (decimal): -3716366 or 15878855. OLE color: 15878855.

HSL color Cylindrical-coordinate representation of color #C74AF2: hue angle of 284.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74AF2 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 74 242 -
CMYK 0.18 0.69 0 0.05
HSL 284.64º 0.87% 0.62% -
HSV(B) 284.64º 0.69% 0.95% -
XYZ 42.03 23.45 86.32 -
YUV 130.53 190.91 176.84 -
System Red Green Blue C M Y K H S L
Decimal 199 74 242 0.18 0.69 0 0.05 284.64 0.87 0.62
Hex C7 4A F2 12 45 0 5 11D 57 3E
Octal 307 112 362 22 105 0 5 435 127 76
Binary 11000111 1001010 11110010 10010 1000101 0 101 100011101 1010111 111110

Color Harmonies of #C74AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AF2

Black with #C74AF2

Text Example


Text Example

White with #C74AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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