#C782CD

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

Shades of Orchid #C782CD

Tints of Orchid #C782CD

Color information

#C782CD (or 0xC782CD) is unknown color: approx Orchid. HEX triplet: C7, 82 and CD. RGB value is (199,130,205). Sum of RGB (Red+Green+Blue) = 199+130+205=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C782CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782CD is #387D32. Grayscale: #9E9E9E. Windows color (decimal): -3702067 or 13468359. OLE color: 13468359.

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

Color convert

RGB199130205-
CMYK0.030.3700.20
HSL295.2º42.86%65.69%-
HSV(B)295.2º36.59%80.39%-
XYZ42.5632.5261.79-
YUV159.18153.86156.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=37.27%
G=24.34%
B=38.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991302050.030.3700.20295.242.8665.69
HexC782CD3250141272b42
Octal30720231534502444753102
Binary110001111000001011001101111001010101001001001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782CD; }

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

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

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

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

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

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

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

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