#C380C6

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

Shades of Orchid #C380C6

Tints of Orchid #C380C6

Color information

#C380C6 (or 0xC380C6) is unknown color: approx Orchid. HEX triplet: C3, 80 and C6. RGB value is (195,128,198). Sum of RGB (Red+Green+Blue) = 195+128+198=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #C380C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380C6 is #3C7F39. Grayscale: #9B9B9B. Windows color (decimal): -3964730 or 13009091. OLE color: 13009091.

HSL color Cylindrical-coordinate representation of color #C380C6: hue angle of 297.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C380C6 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195128198-
CMYK0.020.3500.22
HSL297.43º38.04%63.92%-
HSV(B)297.43º35.35%77.65%-
XYZ40.4231.1257.3-
YUV156.01151.7155.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=37.43%
G=24.57%
B=38.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951281980.020.3500.22297.4338.0463.92
HexC380C62230161292640
Octal30320030624302645146100
Binary110000111000000011000110101000110101101001010011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380C6; }

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

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

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

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

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

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

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

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