Html Css Color HEX #CA8AF9 Heliotrope

📋 copy color: '#CA8AF9'

red 202 ◦ green 138 ◦ blue 249

#CA8AF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CA8AF9

Tints of Heliotrope #CA8AF9

RGB

 RED value IS 202 (79.3% from 255) = 34.3%

 GREEN value IS 138 (54.3% from 255) = 23.43%

 BLUE value IS 249 (97.66% from 255) = 42.28%

R = 34.3%
G = 23.43%
B = 42.28%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA8AF9 (or 0xCA8AF9) is known color: Heliotrope. HEX triplet: CA, 8A and F9. RGB value is (202,138,249). Sum of RGB (Red+Green+Blue) = 202+138+249=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA8AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AF9 is #357506. Grayscale: #A9A9A9. Windows color (decimal): -3503367 or 16353994. OLE color: 16353994.

HSL color Cylindrical-coordinate representation of color #CA8AF9: hue angle of 274.59º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA8AF9 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 138 249 -
CMYK 0.19 0.45 0 0.02
HSL 274.59º 0.9% 0.76% -
HSV(B) 274.59º 0.45% 0.98% -
XYZ 50.54 37.57 94.21 -
YUV 169.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 202 138 249 0.19 0.45 0 0.02 274.59 0.9 0.76
Hex CA 8A F9 13 2D 0 2 113 5A 4C
Octal 312 212 371 23 55 0 2 423 132 114
Binary 11001010 10001010 11111001 10011 101101 0 10 100010011 1011010 1001100

Color Harmonies of #CA8AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AF9

Black with #CA8AF9

Text Example


Text Example

White with #CA8AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AF9; }

 p { color: rgb(202,138,249); }

 H1.HeaderClassName
 {
   color: #CA8AF9;
 }
 .AnyTagClassName
 {
   color: #CA8AF9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,138,249); }

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

border-color css

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

 span { border-color: rgb(202,138,249); }

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