#CA6CEB

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

Shades of Heliotrope #CA6CEB

Tints of Heliotrope #CA6CEB

Color information

#CA6CEB (or 0xCA6CEB) is unknown color: approx Heliotrope. HEX triplet: CA, 6C and EB. RGB value is (202,108,235). Sum of RGB (Red+Green+Blue) = 202+108+235=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CEB is #359314. Grayscale: #969696. Windows color (decimal): -3511061 or 15428810. OLE color: 15428810.

HSL color Cylindrical-coordinate representation of color #CA6CEB: hue angle of 284.41º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6CEB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202108235-
CMYK0.140.5400.08
HSL284.41º76.05%67.25%-
HSV(B)284.41º54.04%92.16%-
XYZ44.7229.2881.89-
YUV150.58175.64164.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 108 (42.58% from 255) = 19.82%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=37.06%
G=19.82%
B=43.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021082350.140.5400.08284.4176.0567.25
HexCA6CEBE360811c4c43
Octal3121543531666010434114103
Binary1100101011011001110101111101101100100010001110010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CEB; }

 p { color: rgb(202,108,235); }

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

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

 a { background-color: rgb(202,108,235); }

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

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

 span { border-color: rgb(202,108,235); }

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