#C382CC

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

Shades of Orchid #C382CC

Tints of Orchid #C382CC

Color information

#C382CC (or 0xC382CC) is unknown color: approx Orchid. HEX triplet: C3, 82 and CC. RGB value is (195,130,204). Sum of RGB (Red+Green+Blue) = 195+130+204=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C382CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382CC is #3C7D33. Grayscale: #9D9D9D. Windows color (decimal): -3964212 or 13402819. OLE color: 13402819.

HSL color Cylindrical-coordinate representation of color #C382CC: hue angle of 292.7º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C382CC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195130204-
CMYK0.040.3600.2
HSL292.7º42.05%65.49%-
HSV(B)292.7º36.27%80%-
XYZ41.3931.9361.11-
YUV157.87154.03154.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=36.86%
G=24.57%
B=38.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951302040.040.3600.2292.742.0565.49
HexC382CC4240141252a41
Octal30320231444402444552101
Binary1100001110000010110011001001001000101001001001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382CC; }

 p { color: rgb(195,130,204); }

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

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

 a { background-color: rgb(195,130,204); }

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

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

 span { border-color: rgb(195,130,204); }

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