#CA65FD

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

Shades of Heliotrope #CA65FD

Tints of Heliotrope #CA65FD

Color information

#CA65FD (or 0xCA65FD) is unknown color: approx Heliotrope. HEX triplet: CA, 65 and FD. RGB value is (202,101,253). Sum of RGB (Red+Green+Blue) = 202+101+253=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65FD is #359A02. Grayscale: #949494. Windows color (decimal): -3512835 or 16606666. OLE color: 16606666.

HSL color Cylindrical-coordinate representation of color #CA65FD: hue angle of 279.87º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA65FD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202101253-
CMYK0.200.6000.01
HSL279.87º97.44%69.41%-
HSV(B)279.87º60.08%99.22%-
XYZ46.7428.9696.05-
YUV148.53186.96166.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=36.33%
G=18.17%
B=45.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021012530.200.6000.01279.8797.4469.41
HexCA65FD143C011186145
Octal312145375247401430141105
Binary11001010110010111111101101001111000110001100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65FD; }

 p { color: rgb(202,101,253); }

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

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

 a { background-color: rgb(202,101,253); }

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

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

 span { border-color: rgb(202,101,253); }

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