#CA67F8

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

Shades of Heliotrope #CA67F8

Tints of Heliotrope #CA67F8

Color information

#CA67F8 (or 0xCA67F8) is unknown color: approx Heliotrope. HEX triplet: CA, 67 and F8. RGB value is (202,103,248). Sum of RGB (Red+Green+Blue) = 202+103+248=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67F8 is #359807. Grayscale: #949494. Windows color (decimal): -3512328 or 16279498. OLE color: 16279498.

HSL color Cylindrical-coordinate representation of color #CA67F8: hue angle of 280.97º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA67F8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202103248-
CMYK0.190.5800.03
HSL280.97º91.19%68.82%-
HSV(B)280.97º58.47%97.25%-
XYZ46.1529.0391.98-
YUV149.13183.8165.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 103 (40.62% from 255) = 18.63%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=36.53%
G=18.63%
B=44.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021032480.190.5800.03280.9791.1968.82
HexCA67F8133A031195b45
Octal312147370237203431133105
Binary110010101100111111110001001111101001110001100110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67F8; }

 p { color: rgb(202,103,248); }

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

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

 a { background-color: rgb(202,103,248); }

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

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

 span { border-color: rgb(202,103,248); }

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