#C078C3

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

Shades of Orchid #C078C3

Tints of Orchid #C078C3

Color information

#C078C3 (or 0xC078C3) is unknown color: approx Orchid. HEX triplet: C0, 78 and C3. RGB value is (192,120,195). Sum of RGB (Red+Green+Blue) = 192+120+195=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #C078C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078C3 is #3F873C. Grayscale: #959595. Windows color (decimal): -4163389 or 12810432. OLE color: 12810432.

HSL color Cylindrical-coordinate representation of color #C078C3: hue angle of 297.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078C3 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192120195-
CMYK0.020.3800.24
HSL297.6º38.46%61.76%-
HSV(B)297.6º38.46%76.47%-
XYZ38.3128.5855.13-
YUV150.08153.35157.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=37.87%
G=23.67%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921201950.020.3800.24297.638.4661.76
HexC078C322601812a263e
Octal3001703032460304524676
Binary1100000011110001100001110100110011000100101010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078C3; }

 p { color: rgb(192,120,195); }

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

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

 a { background-color: rgb(192,120,195); }

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

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

 span { border-color: rgb(192,120,195); }

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