#C783CD

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

Shades of Orchid #C783CD

Tints of Orchid #C783CD

Color information

#C783CD (or 0xC783CD) is unknown color: approx Orchid. HEX triplet: C7, 83 and CD. RGB value is (199,131,205). Sum of RGB (Red+Green+Blue) = 199+131+205=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C783CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C783CD is #387C32. Grayscale: #9F9F9F. Windows color (decimal): -3701811 or 13468615. OLE color: 13468615.

HSL color Cylindrical-coordinate representation of color #C783CD: hue angle of 295.14º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C783CD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199131205-
CMYK0.030.3600.20
HSL295.14º42.53%65.88%-
HSV(B)295.14º36.1%80.39%-
XYZ42.6932.7861.84-
YUV159.77153.53155.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=37.20%
G=24.49%
B=38.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991312050.030.3600.20295.1442.5365.88
HexC783CD3240141272b42
Octal30720331534402444753102
Binary110001111000001111001101111001000101001001001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C783CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C783CD; }

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

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

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

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

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

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

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

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