#C781C4

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

Shades of Orchid #C781C4

Tints of Orchid #C781C4

Color information

#C781C4 (or 0xC781C4) is unknown color: approx Orchid. HEX triplet: C7, 81 and C4. RGB value is (199,129,196). Sum of RGB (Red+Green+Blue) = 199+129+196=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C781C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781C4 is #387E3B. Grayscale: #9D9D9D. Windows color (decimal): -3702332 or 12878279. OLE color: 12878279.

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

Color convert

RGB199129196-
CMYK00.350.020.22
HSL302.57º38.46%64.31%-
HSV(B)302.57º35.18%78.04%-
XYZ41.3731.8356.19-
YUV157.57149.69157.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=37.98%
G=24.62%
B=37.40%

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
Decimal19912919600.350.020.22302.5738.4664.31
HexC781C402321612f2640
Octal30720130404322645746100
Binary110001111000000111000100010001110101101001011111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C781C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C781C4; }

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

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

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

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

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

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

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

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