#C267FD

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

Shades of Heliotrope #C267FD

Tints of Heliotrope #C267FD

Color information

#C267FD (or 0xC267FD) is unknown color: approx Heliotrope. HEX triplet: C2, 67 and FD. RGB value is (194,103,253). Sum of RGB (Red+Green+Blue) = 194+103+253=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C267FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267FD is #3D9802. Grayscale: #929292. Windows color (decimal): -4036611 or 16607170. OLE color: 16607170.

HSL color Cylindrical-coordinate representation of color #C267FD: hue angle of 276.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C267FD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194103253-
CMYK0.230.5900.01
HSL276.4º97.4%69.8%-
HSV(B)276.4º59.29%99.22%-
XYZ44.8328.2696.02-
YUV147.31187.65161.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 103 (40.62% from 255) = 18.73%
BLUE value IS 253 (99.22% from 255) = 46%
R=35.27%
G=18.73%
B=46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941032530.230.5900.01276.497.469.8
HexC267FD173B011146146
Octal302147375277301424141106
Binary11000010110011111111101101111110110110001010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267FD; }

 p { color: rgb(194,103,253); }

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

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

 a { background-color: rgb(194,103,253); }

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

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

 span { border-color: rgb(194,103,253); }

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