Html Css Color HEX #C74AFA Medium Orchid

📋 copy color: '#C74AFA'

red 199 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #C74AFA

Tints of Medium Orchid #C74AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 38.05%
G = 14.15%
B = 47.8%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C74AFA (or 0xC74AFA) is known color: Medium Orchid. HEX triplet: C7, 4A and FA. RGB value is (199,74,250). Sum of RGB (Red+Green+Blue) = 199+74+250=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C74AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AFA is #38B505. Grayscale: #828282. Windows color (decimal): -3716358 or 16403143. OLE color: 16403143.

HSL color Cylindrical-coordinate representation of color #C74AFA: hue angle of 282.61º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74AFA is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 74 250 -
CMYK 0.20 0.70 0 0.02
HSL 282.61º 0.95% 0.64% -
HSV(B) 282.61º 0.7% 0.98% -
XYZ 43.26 23.94 92.78 -
YUV 131.44 194.91 176.19 -
System Red Green Blue C M Y K H S L
Decimal 199 74 250 0.20 0.70 0 0.02 282.61 0.95 0.64
Hex C7 4A FA 14 46 0 2 11B 5F 40
Octal 307 112 372 24 106 0 2 433 137 100
Binary 11000111 1001010 11111010 10100 1000110 0 10 100011011 1011111 1000000

Color Harmonies of #C74AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AFA

Black with #C74AFA

Text Example


Text Example

White with #C74AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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