Html Css Color HEX #C74BFA Medium Orchid

📋 copy color: '#C74BFA'

red 199 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #C74BFA

Tints of Medium Orchid #C74BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.31%

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

R = 37.98%
G = 14.31%
B = 47.71%

CMYK

 C value IS 0.20

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C74BFA (or 0xC74BFA) is known color: Medium Orchid. HEX triplet: C7, 4B and FA. RGB value is (199,75,250). Sum of RGB (Red+Green+Blue) = 199+75+250=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C74BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BFA is #38B405. Grayscale: #838383. Windows color (decimal): -3716102 or 16403399. OLE color: 16403399.

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

Color convert

RGB 199 75 250 -
CMYK 0.20 0.7 0 0.02
HSL 282.51º 0.95% 0.64% -
HSV(B) 282.51º 0.7% 0.98% -
XYZ 43.32 24.08 92.81 -
YUV 132.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 199 75 250 0.20 0.7 0 0.02 282.51 0.95 0.64
Hex C7 4B FA 14 46 0 2 11B 5F 40
Octal 307 113 372 24 106 0 2 433 137 100
Binary 11000111 1001011 11111010 10100 1000110 0 10 100011011 1011111 1000000

Color Harmonies of #C74BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BFA

Black with #C74BFA

Text Example


Text Example

White with #C74BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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