#C274CE

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

Shades of Orchid #C274CE

Tints of Orchid #C274CE

Color information

#C274CE (or 0xC274CE) is unknown color: approx Orchid. HEX triplet: C2, 74 and CE. RGB value is (194,116,206). Sum of RGB (Red+Green+Blue) = 194+116+206=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C274CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274CE is #3D8B31. Grayscale: #959595. Windows color (decimal): -4033330 or 13530306. OLE color: 13530306.

HSL color Cylindrical-coordinate representation of color #C274CE: hue angle of 292º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C274CE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194116206-
CMYK0.060.4400.19
HSL292º47.87%63.14%-
HSV(B)292º43.69%80.78%-
XYZ39.6328.4261.79-
YUV149.58159.84159.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 116 (45.70% from 255) = 22.48%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=37.60%
G=22.48%
B=39.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941162060.060.4400.1929247.8763.14
HexC274CE62C013124303f
Octal3021643166540234446077
Binary11000010111010011001110110101100010011100100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274CE; }

 p { color: rgb(194,116,206); }

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

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

 a { background-color: rgb(194,116,206); }

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

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

 span { border-color: rgb(194,116,206); }

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