Html Css Color HEX #CA7AF9 Heliotrope

📋 copy color: '#CA7AF9'

red 202 ◦ green 122 ◦ blue 249

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

Shades of Heliotrope #CA7AF9

Tints of Heliotrope #CA7AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.29%

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

R = 35.25%
G = 21.29%
B = 43.46%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA7AF9 (or 0xCA7AF9) is known color: Heliotrope. HEX triplet: CA, 7A and F9. RGB value is (202,122,249). Sum of RGB (Red+Green+Blue) = 202+122+249=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA7AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AF9 is #358506. Grayscale: #9F9F9F. Windows color (decimal): -3507463 or 16349898. OLE color: 16349898.

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

Color convert

RGB 202 122 249 -
CMYK 0.19 0.51 0 0.02
HSL 277.8º 0.91% 0.73% -
HSV(B) 277.8º 0.51% 0.98% -
XYZ 48.42 33.32 93.5 -
YUV 160.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 202 122 249 0.19 0.51 0 0.02 277.8 0.91 0.73
Hex CA 7A F9 13 33 0 2 116 5B 49
Octal 312 172 371 23 63 0 2 426 133 111
Binary 11001010 1111010 11111001 10011 110011 0 10 100010110 1011011 1001001

Color Harmonies of #CA7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AF9

Black with #CA7AF9

Text Example


Text Example

White with #CA7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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