#C270CC

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

Shades of Orchid #C270CC

Tints of Orchid #C270CC

Color information

#C270CC (or 0xC270CC) is unknown color: approx Orchid. HEX triplet: C2, 70 and CC. RGB value is (194,112,204). Sum of RGB (Red+Green+Blue) = 194+112+204=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C270CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CC is #3D8F33. Grayscale: #929292. Windows color (decimal): -4034356 or 13398210. OLE color: 13398210.

HSL color Cylindrical-coordinate representation of color #C270CC: hue angle of 293.48º 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 #C270CC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194112204-
CMYK0.050.4500.2
HSL293.48º47.42%61.96%-
HSV(B)293.48º45.1%80%-
XYZ38.9427.4260.37-
YUV147.01160.17161.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 112 (44.14% from 255) = 21.96%
BLUE value IS 204 (80.08% from 255) = 40%
R=38.04%
G=21.96%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941122040.050.4500.2293.4847.4261.96
HexC270CC52D0141252f3e
Octal3021603145550244455776
Binary11000010111000011001100101101101010100100100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C270CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C270CC; }

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

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

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

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

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

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

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

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