Html Css Color HEX #C74FDA Medium Orchid

📋 copy color: '#C74FDA'

red 199 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #C74FDA

Tints of Medium Orchid #C74FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.93%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 40.12%
G = 15.93%
B = 43.95%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C74FDA (or 0xC74FDA) is known color: Medium Orchid. HEX triplet: C7, 4F and DA. RGB value is (199,79,218). Sum of RGB (Red+Green+Blue) = 199+79+218=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #C74FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FDA is #38B025. Grayscale: #828282. Windows color (decimal): -3715110 or 14307271. OLE color: 14307271.

HSL color Cylindrical-coordinate representation of color #C74FDA: hue angle of 291.8º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74FDA is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 79 218 -
CMYK 0.09 0.64 0 0.15
HSL 291.8º 0.65% 0.58% -
HSV(B) 291.8º 0.64% 0.85% -
XYZ 39 22.8 68.67 -
YUV 130.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 199 79 218 0.09 0.64 0 0.15 291.8 0.65 0.58
Hex C7 4F DA 9 40 0 F 124 41 3A
Octal 307 117 332 11 100 0 17 444 101 72
Binary 11000111 1001111 11011010 1001 1000000 0 1111 100100100 1000001 111010

Color Harmonies of #C74FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FDA

Black with #C74FDA

Text Example


Text Example

White with #C74FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FDA; }

 p { color: rgb(199,79,218); }

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

background-color css

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

 a { background-color: rgb(199,79,218); }

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

border-color css

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

 span { border-color: rgb(199,79,218); }

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