#CA67F7

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

Shades of Heliotrope #CA67F7

Tints of Heliotrope #CA67F7

Color information

#CA67F7 (or 0xCA67F7) is unknown color: approx Heliotrope. HEX triplet: CA, 67 and F7. RGB value is (202,103,247). Sum of RGB (Red+Green+Blue) = 202+103+247=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA67F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67F7 is #359808. Grayscale: #949494. Windows color (decimal): -3512329 or 16213962. OLE color: 16213962.

HSL color Cylindrical-coordinate representation of color #CA67F7: hue angle of 281.25º degrees, saturation: 0.9, 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 #CA67F7 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202103247-
CMYK0.180.5800.03
HSL281.25º90%68.63%-
HSV(B)281.25º58.3%96.86%-
XYZ4628.9791.16-
YUV149.02183.3165.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 103 (40.62% from 255) = 18.66%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=36.59%
G=18.66%
B=44.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021032470.180.5800.03281.259068.63
HexCA67F7123A031195a45
Octal312147367227203431132105
Binary110010101100111111101111001011101001110001100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67F7; }

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

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

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

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

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

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

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

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