Html Css Color HEX #C74FEB Medium Orchid

📋 copy color: '#C74FEB'

red 199 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #C74FEB

Tints of Medium Orchid #C74FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 38.79%
G = 15.4%
B = 45.81%

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

#C74FEB (or 0xC74FEB) is known color: Medium Orchid. HEX triplet: C7, 4F and EB. RGB value is (199,79,235). Sum of RGB (Red+Green+Blue) = 199+79+235=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #C74FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FEB is #38B014. Grayscale: #848484. Windows color (decimal): -3715093 or 15421383. OLE color: 15421383.

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

Color convert

RGB 199 79 235 -
CMYK 0.15 0.66 0 0.08
HSL 286.15º 0.8% 0.62% -
HSV(B) 286.15º 0.66% 0.92% -
XYZ 41.34 23.73 81 -
YUV 132.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 199 79 235 0.15 0.66 0 0.08 286.15 0.8 0.62
Hex C7 4F EB F 42 0 8 11E 50 3E
Octal 307 117 353 17 102 0 10 436 120 76
Binary 11000111 1001111 11101011 1111 1000010 0 1000 100011110 1010000 111110

Color Harmonies of #C74FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FEB

Black with #C74FEB

Text Example


Text Example

White with #C74FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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