#C270CD

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

Shades of Orchid #C270CD

Tints of Orchid #C270CD

Color information

#C270CD (or 0xC270CD) is unknown color: approx Orchid. HEX triplet: C2, 70 and CD. RGB value is (194,112,205). Sum of RGB (Red+Green+Blue) = 194+112+205=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C270CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CD is #3D8F32. Grayscale: #929292. Windows color (decimal): -4034355 or 13463746. OLE color: 13463746.

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

Color convert

RGB194112205-
CMYK0.050.4500.20
HSL292.9º48.19%62.16%-
HSV(B)292.9º45.37%80.39%-
XYZ39.0627.4761-
YUV147.12160.67161.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 112 (44.14% from 255) = 21.92%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=37.96%
G=21.92%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941122050.050.4500.20292.948.1962.16
HexC270CD52D014125303e
Octal3021603155550244456076
Binary11000010111000011001101101101101010100100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C270CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C270CD; }

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

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

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

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

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

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

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

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