#CA67FF

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

Shades of Heliotrope #CA67FF

Tints of Heliotrope #CA67FF

Color information

#CA67FF (or 0xCA67FF) is unknown color: approx Heliotrope. HEX triplet: CA, 67 and FF. RGB value is (202,103,255). Sum of RGB (Red+Green+Blue) = 202+103+255=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA67FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA67FF is #359800. Grayscale: #959595. Windows color (decimal): -3512321 or 16738250. OLE color: 16738250.

HSL color Cylindrical-coordinate representation of color #CA67FF: hue angle of 279.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA67FF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202103255-
CMYK0.210.6000
HSL279.08º100%70.2%-
HSV(B)279.08º59.61%100%-
XYZ47.2629.4897.81-
YUV149.93187.3165.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 103 (40.62% from 255) = 18.39%
BLUE value IS 255 (100% from 255) = 45.54%
R=36.07%
G=18.39%
B=45.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021032550.210.6000279.0810070.2
HexCA67FF153C001176446
Octal312147377257400427144106
Binary11001010110011111111111101011111000010001011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67FF; }

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

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

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

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

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

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

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

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