#C783CA

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

Shades of Orchid #C783CA

Tints of Orchid #C783CA

Color information

#C783CA (or 0xC783CA) is unknown color: approx Orchid. HEX triplet: C7, 83 and CA. RGB value is (199,131,202). Sum of RGB (Red+Green+Blue) = 199+131+202=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C783CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C783CA is #387C35. Grayscale: #9F9F9F. Windows color (decimal): -3701814 or 13272007. OLE color: 13272007.

HSL color Cylindrical-coordinate representation of color #C783CA: hue angle of 297.46º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C783CA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199131202-
CMYK0.010.3500.21
HSL297.46º40.11%65.29%-
HSV(B)297.46º35.15%79.22%-
XYZ42.3332.6459.95-
YUV159.43152.03156.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=37.41%
G=24.62%
B=37.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991312020.010.3500.21297.4640.1165.29
HexC783CA1230151292841
Octal30720331214302545150101
Binary11000111100000111100101011000110101011001010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C783CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C783CA; }

 p { color: rgb(199,131,202); }

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

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

 a { background-color: rgb(199,131,202); }

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

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

 span { border-color: rgb(199,131,202); }

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