#CA68F9

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

Shades of Heliotrope #CA68F9

Tints of Heliotrope #CA68F9

Color information

#CA68F9 (or 0xCA68F9) is unknown color: approx Heliotrope. HEX triplet: CA, 68 and F9. RGB value is (202,104,249). Sum of RGB (Red+Green+Blue) = 202+104+249=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68F9 is #359706. Grayscale: #959595. Windows color (decimal): -3512071 or 16345290. OLE color: 16345290.

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

Color convert

RGB202104249-
CMYK0.190.5800.02
HSL280.55º92.36%69.22%-
HSV(B)280.55º58.23%97.65%-
XYZ46.4129.392.83-
YUV149.83183.97165.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 104 (41.02% from 255) = 18.74%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=36.40%
G=18.74%
B=44.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021042490.190.5800.02280.5592.3669.22
HexCA68F9133A021195c45
Octal312150371237202431134105
Binary110010101101000111110011001111101001010001100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68F9; }

 p { color: rgb(202,104,249); }

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

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

 a { background-color: rgb(202,104,249); }

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

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

 span { border-color: rgb(202,104,249); }

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