Html Css Color HEX #C74FEA Medium Orchid

📋 copy color: '#C74FEA'

red 199 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #C74FEA

Tints of Medium Orchid #C74FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 38.87%
G = 15.43%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C74FEA (or 0xC74FEA) is known color: Medium Orchid. HEX triplet: C7, 4F and EA. RGB value is (199,79,234). Sum of RGB (Red+Green+Blue) = 199+79+234=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #C74FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FEA is #38B015. Grayscale: #848484. Windows color (decimal): -3715094 or 15355847. OLE color: 15355847.

HSL color Cylindrical-coordinate representation of color #C74FEA: hue angle of 286.45º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74FEA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 79 234 -
CMYK 0.15 0.66 0 0.08
HSL 286.45º 0.79% 0.61% -
HSV(B) 286.45º 0.66% 0.92% -
XYZ 41.2 23.67 80.24 -
YUV 132.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 199 79 234 0.15 0.66 0 0.08 286.45 0.79 0.61
Hex C7 4F EA F 42 0 8 11E 4F 3D
Octal 307 117 352 17 102 0 10 436 117 75
Binary 11000111 1001111 11101010 1111 1000010 0 1000 100011110 1001111 111101

Color Harmonies of #C74FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FEA

Black with #C74FEA

Text Example


Text Example

White with #C74FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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