#C262D8

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

Shades of Medium Orchid #C262D8

Tints of Medium Orchid #C262D8

Color information

#C262D8 (or 0xC262D8) is unknown color: approx Medium Orchid. HEX triplet: C2, 62 and D8. RGB value is (194,98,216). Sum of RGB (Red+Green+Blue) = 194+98+216=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #C262D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262D8 is #3D9D27. Grayscale: #8B8B8B. Windows color (decimal): -4037928 or 14181058. OLE color: 14181058.

HSL color Cylindrical-coordinate representation of color #C262D8: hue angle of 288.81º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C262D8 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19498216-
CMYK0.100.5500.15
HSL288.81º60.2%61.57%-
HSV(B)288.81º54.63%84.71%-
XYZ39.0125.1667.77-
YUV140.16170.8166.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=38.19%
G=19.29%
B=42.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194982160.100.5500.15288.8160.261.57
HexC262D8A370F1213c3e
Octal30214233012670174417476
Binary11000010110001011011000101011011101111100100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262D8; }

 p { color: rgb(194,98,216); }

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

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

 a { background-color: rgb(194,98,216); }

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

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

 span { border-color: rgb(194,98,216); }

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