#C770C1

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

Shades of Orchid #C770C1

Tints of Orchid #C770C1

Color information

#C770C1 (or 0xC770C1) is unknown color: approx Orchid. HEX triplet: C7, 70 and C1. RGB value is (199,112,193). Sum of RGB (Red+Green+Blue) = 199+112+193=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C770C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770C1 is #388F3E. Grayscale: #939393. Windows color (decimal): -3706687 or 12677319. OLE color: 12677319.

HSL color Cylindrical-coordinate representation of color #C770C1: hue angle of 304.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770C1 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199112193-
CMYK00.440.030.22
HSL304.14º43.72%60.98%-
HSV(B)304.14º43.72%78.04%-
XYZ38.9727.5853.72-
YUV147.25153.82164.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=39.48%
G=22.22%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911219300.440.030.22304.1443.7260.98
HexC770C102C3161302c3d
Octal3071603010543264605475
Binary1100011111100001100000101011001110110100110000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C770C1; }

 p { color: rgb(199,112,193); }

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

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

 a { background-color: rgb(199,112,193); }

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

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

 span { border-color: rgb(199,112,193); }

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