#C778C4

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

Shades of Orchid #C778C4

Tints of Orchid #C778C4

Color information

#C778C4 (or 0xC778C4) is unknown color: approx Orchid. HEX triplet: C7, 78 and C4. RGB value is (199,120,196). Sum of RGB (Red+Green+Blue) = 199+120+196=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C778C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C4 is #38873B. Grayscale: #989898. Windows color (decimal): -3704636 or 12875975. OLE color: 12875975.

HSL color Cylindrical-coordinate representation of color #C778C4: hue angle of 302.28º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778C4 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199120196-
CMYK00.400.020.22
HSL302.28º41.36%62.55%-
HSV(B)302.28º39.7%78.04%-
XYZ40.2329.5655.81-
YUV152.28152.67161.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=38.64%
G=23.30%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912019600.400.020.22302.2841.3662.55
HexC778C402821612e293f
Octal3071703040502264565177
Binary1100011111110001100010001010001010110100101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778C4; }

 p { color: rgb(199,120,196); }

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

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

 a { background-color: rgb(199,120,196); }

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

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

 span { border-color: rgb(199,120,196); }

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