Html Css Color HEX #C74BFE Medium Orchid

📋 copy color: '#C74BFE'

red 199 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #C74BFE

Tints of Medium Orchid #C74BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 37.69%
G = 14.2%
B = 48.11%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C74BFE (or 0xC74BFE) is known color: Medium Orchid. HEX triplet: C7, 4B and FE. RGB value is (199,75,254). Sum of RGB (Red+Green+Blue) = 199+75+254=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C74BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BFE is #38B401. Grayscale: #838383. Windows color (decimal): -3716098 or 16665543. OLE color: 16665543.

HSL color Cylindrical-coordinate representation of color #C74BFE: hue angle of 281.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74BFE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 75 254 -
CMYK 0.22 0.70 0 0.00
HSL 281.56º 0.99% 0.65% -
HSV(B) 281.56º 0.7% 1% -
XYZ 43.96 24.33 96.15 -
YUV 132.48 196.58 175.45 -
System Red Green Blue C M Y K H S L
Decimal 199 75 254 0.22 0.70 0 0.00 281.56 0.99 0.65
Hex C7 4B FE 16 46 0 0 11A 63 41
Octal 307 113 376 26 106 0 0 432 143 101
Binary 11000111 1001011 11111110 10110 1000110 0 0 100011010 1100011 1000001

Color Harmonies of #C74BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BFE

Black with #C74BFE

Text Example


Text Example

White with #C74BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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