#CA68F0

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

Shades of Heliotrope #CA68F0

Tints of Heliotrope #CA68F0

Color information

#CA68F0 (or 0xCA68F0) is unknown color: approx Heliotrope. HEX triplet: CA, 68 and F0. RGB value is (202,104,240). Sum of RGB (Red+Green+Blue) = 202+104+240=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68F0 is #35970F. Grayscale: #949494. Windows color (decimal): -3512080 or 15755466. OLE color: 15755466.

HSL color Cylindrical-coordinate representation of color #CA68F0: hue angle of 283.24º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA68F0 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202104240-
CMYK0.160.5700.06
HSL283.24º81.93%67.45%-
HSV(B)283.24º56.67%94.12%-
XYZ45.0428.7585.61-
YUV148.81179.47165.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 104 (41.02% from 255) = 19.05%
BLUE value IS 240 (94.14% from 255) = 43.96%
R=37.00%
G=19.05%
B=43.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021042400.160.5700.06283.2481.9367.45
HexCA68F010390611b5243
Octal312150360207106433122103
Binary1100101011010001111000010000111001011010001101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68F0; }

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

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

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

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

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

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

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

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