#C74CFB

Color #C74CFB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C74CFB

Tints of Medium Orchid #C74CFB

Color information

#C74CFB (or 0xC74CFB) is unknown color: approx Medium Orchid. HEX triplet: C7, 4C and FB. RGB value is (199,76,251). Sum of RGB (Red+Green+Blue) = 199+76+251=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C74CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CFB is #38B304. Grayscale: #848484. Windows color (decimal): -3715845 or 16469191. OLE color: 16469191.

HSL color Cylindrical-coordinate representation of color #C74CFB: hue angle of 282.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74CFB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19976251-
CMYK0.210.7000.02
HSL282.17º95.63%64.12%-
HSV(B)282.17º69.72%98.43%-
XYZ43.5524.2893.66-
YUV132.73194.75175.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 76 (30.08% from 255) = 14.45%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=37.83%
G=14.45%
B=47.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199762510.210.7000.02282.1795.6364.12
HexC74CFB15460211a6040
Octal3071143732510602432140100
Binary1100011110011001111101110101100011001010001101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74CFB; }

 p { color: rgb(199,76,251); }

 H1.HeaderClassName
 {
   color: #C74CFB;
 }
 .AnyTagClassName
 {
   color: #C74CFB;
 }
</style>
background-color css

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

 a { background-color: rgb(199,76,251); }

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

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

 span { border-color: rgb(199,76,251); }

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