#C380C2

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

Shades of Orchid #C380C2

Tints of Orchid #C380C2

Color information

#C380C2 (or 0xC380C2) is unknown color: approx Orchid. HEX triplet: C3, 80 and C2. RGB value is (195,128,194). Sum of RGB (Red+Green+Blue) = 195+128+194=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C380C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380C2 is #3C7F3D. Grayscale: #9B9B9B. Windows color (decimal): -3964734 or 12746947. OLE color: 12746947.

HSL color Cylindrical-coordinate representation of color #C380C2: hue angle of 300.9º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380C2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195128194-
CMYK00.340.010.24
HSL300.9º35.83%63.33%-
HSV(B)300.9º34.36%76.47%-
XYZ39.9630.9454.9-
YUV155.56149.7156.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=37.72%
G=24.76%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512819400.340.010.24300.935.8363.33
HexC380C202211812d243f
Octal3032003020421304554477
Binary1100001110000000110000100100010111000100101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380C2; }

 p { color: rgb(195,128,194); }

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

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

 a { background-color: rgb(195,128,194); }

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

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

 span { border-color: rgb(195,128,194); }

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