#C782C4

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

Shades of Orchid #C782C4

Tints of Orchid #C782C4

Color information

#C782C4 (or 0xC782C4) is unknown color: approx Orchid. HEX triplet: C7, 82 and C4. RGB value is (199,130,196). Sum of RGB (Red+Green+Blue) = 199+130+196=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C782C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782C4 is #387D3B. Grayscale: #9D9D9D. Windows color (decimal): -3702076 or 12878535. OLE color: 12878535.

HSL color Cylindrical-coordinate representation of color #C782C4: hue angle of 302.61º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782C4 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199130196-
CMYK00.350.020.22
HSL302.61º38.12%64.51%-
HSV(B)302.61º34.67%78.04%-
XYZ41.532.0956.23-
YUV158.16149.36157.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=37.90%
G=24.76%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913019600.350.020.22302.6138.1264.51
HexC782C402321612f2641
Octal30720230404322645746101
Binary110001111000001011000100010001110101101001011111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782C4; }

 p { color: rgb(199,130,196); }

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

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

 a { background-color: rgb(199,130,196); }

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

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

 span { border-color: rgb(199,130,196); }

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