#C783CF

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

Shades of Orchid #C783CF

Tints of Orchid #C783CF

Color information

#C783CF (or 0xC783CF) is unknown color: approx Orchid. HEX triplet: C7, 83 and CF. RGB value is (199,131,207). Sum of RGB (Red+Green+Blue) = 199+131+207=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C783CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C783CF is #387C30. Grayscale: #9F9F9F. Windows color (decimal): -3701809 or 13599687. OLE color: 13599687.

HSL color Cylindrical-coordinate representation of color #C783CF: hue angle of 293.68º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C783CF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199131207-
CMYK0.040.3700.19
HSL293.68º44.19%66.27%-
HSV(B)293.68º36.71%81.18%-
XYZ42.9332.8863.12-
YUV160154.53155.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=37.06%
G=24.39%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991312070.040.3700.19293.6844.1966.27
HexC783CF4250131262c42
Octal30720331744502344654102
Binary1100011110000011110011111001001010100111001001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C783CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C783CF; }

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

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

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

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

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

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

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

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