#C68BFC

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

Shades of Heliotrope #C68BFC

Tints of Heliotrope #C68BFC

Color information

#C68BFC (or 0xC68BFC) is unknown color: approx Heliotrope. HEX triplet: C6, 8B and FC. RGB value is (198,139,252). Sum of RGB (Red+Green+Blue) = 198+139+252=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C68BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BFC is #397403. Grayscale: #A9A9A9. Windows color (decimal): -3765252 or 16550854. OLE color: 16550854.

HSL color Cylindrical-coordinate representation of color #C68BFC: hue angle of 271.33º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68BFC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198139252-
CMYK0.210.4500.01
HSL271.33º94.96%76.67%-
HSV(B)271.33º44.84%98.82%-
XYZ50.0937.596.69-
YUV169.52174.55148.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 139 (54.69% from 255) = 23.60%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=33.62%
G=23.60%
B=42.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981392520.210.4500.01271.3394.9676.67
HexC68BFC152D0110f5f4d
Octal306213374255501417137115
Binary110001101000101111111100101011011010110000111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BFC; }

 p { color: rgb(198,139,252); }

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

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

 a { background-color: rgb(198,139,252); }

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

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

 span { border-color: rgb(198,139,252); }

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