#CA7BFF

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

Shades of Heliotrope #CA7BFF

Tints of Heliotrope #CA7BFF

Color information

#CA7BFF (or 0xCA7BFF) is unknown color: approx Heliotrope. HEX triplet: CA, 7B and FF. RGB value is (202,123,255). Sum of RGB (Red+Green+Blue) = 202+123+255=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7BFF is #358400. Grayscale: #A1A1A1. Windows color (decimal): -3507201 or 16743370. OLE color: 16743370.

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

Color convert

RGB202123255-
CMYK0.210.5200
HSL275.91º100%74.12%-
HSV(B)275.91º51.76%100%-
XYZ49.4933.9498.55-
YUV161.67180.67156.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 123 (48.44% from 255) = 21.21%
BLUE value IS 255 (100% from 255) = 43.97%
R=34.83%
G=21.21%
B=43.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021232550.210.5200275.9110074.12
HexCA7BFF153400114644a
Octal312173377256400424144112
Binary11001010111101111111111101011101000010001010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BFF; }

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

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

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

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

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

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

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

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