Html Css Color HEX #C74FDE Medium Orchid

📋 copy color: '#C74FDE'

red 199 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #C74FDE

Tints of Medium Orchid #C74FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 39.8%
G = 15.8%
B = 44.4%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C74FDE (or 0xC74FDE) is known color: Medium Orchid. HEX triplet: C7, 4F and DE. RGB value is (199,79,222). Sum of RGB (Red+Green+Blue) = 199+79+222=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #C74FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FDE is #38B021. Grayscale: #828282. Windows color (decimal): -3715106 or 14569415. OLE color: 14569415.

HSL color Cylindrical-coordinate representation of color #C74FDE: hue angle of 290.35º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74FDE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 79 222 -
CMYK 0.10 0.64 0 0.13
HSL 290.35º 0.68% 0.59% -
HSV(B) 290.35º 0.64% 0.87% -
XYZ 39.53 23.01 71.46 -
YUV 131.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 199 79 222 0.10 0.64 0 0.13 290.35 0.68 0.59
Hex C7 4F DE A 40 0 D 122 44 3B
Octal 307 117 336 12 100 0 15 442 104 73
Binary 11000111 1001111 11011110 1010 1000000 0 1101 100100010 1000100 111011

Color Harmonies of #C74FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FDE

Black with #C74FDE

Text Example


Text Example

White with #C74FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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