#C274CF

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

Shades of Orchid #C274CF

Tints of Orchid #C274CF

Color information

#C274CF (or 0xC274CF) is unknown color: approx Orchid. HEX triplet: C2, 74 and CF. RGB value is (194,116,207). Sum of RGB (Red+Green+Blue) = 194+116+207=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C274CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274CF is #3D8B30. Grayscale: #959595. Windows color (decimal): -4033329 or 13595842. OLE color: 13595842.

HSL color Cylindrical-coordinate representation of color #C274CF: hue angle of 291.43º degrees, saturation: 0.49, 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 #C274CF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194116207-
CMYK0.060.4400.19
HSL291.43º48.66%63.33%-
HSV(B)291.43º43.96%81.18%-
XYZ39.7628.4762.43-
YUV149.7160.34159.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=37.52%
G=22.44%
B=40.04%

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
Decimal1941162070.060.4400.19291.4348.6663.33
HexC274CF62C013123313f
Octal3021643176540234436177
Binary11000010111010011001111110101100010011100100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274CF; }

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

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

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

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

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

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

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

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