#C370CC

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

Shades of Orchid #C370CC

Tints of Orchid #C370CC

Color information

#C370CC (or 0xC370CC) is unknown color: approx Orchid. HEX triplet: C3, 70 and CC. RGB value is (195,112,204). Sum of RGB (Red+Green+Blue) = 195+112+204=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C370CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370CC is #3C8F33. Grayscale: #939393. Windows color (decimal): -3968820 or 13398211. OLE color: 13398211.

HSL color Cylindrical-coordinate representation of color #C370CC: hue angle of 294.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C370CC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195112204-
CMYK0.040.4500.2
HSL294.13º47.42%61.96%-
HSV(B)294.13º45.1%80%-
XYZ39.227.5560.38-
YUV147.3160162.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 112 (44.14% from 255) = 21.92%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=38.16%
G=21.92%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951122040.040.4500.2294.1347.4261.96
HexC370CC42D0141262f3e
Octal3031603144550244465776
Binary11000011111000011001100100101101010100100100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370CC; }

 p { color: rgb(195,112,204); }

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

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

 a { background-color: rgb(195,112,204); }

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

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

 span { border-color: rgb(195,112,204); }

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