Html Css Color HEX #CA7AF2 Heliotrope

📋 copy color: '#CA7AF2'

red 202 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #CA7AF2

Tints of Heliotrope #CA7AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 35.69%
G = 21.55%
B = 42.76%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA7AF2 (or 0xCA7AF2) is known color: Heliotrope. HEX triplet: CA, 7A and F2. RGB value is (202,122,242). Sum of RGB (Red+Green+Blue) = 202+122+242=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AF2 is #35850D. Grayscale: #9F9F9F. Windows color (decimal): -3507470 or 15891146. OLE color: 15891146.

HSL color Cylindrical-coordinate representation of color #CA7AF2: hue angle of 280º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7AF2 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 122 242 -
CMYK 0.17 0.50 0 0.05
HSL 280º 0.82% 0.71% -
HSV(B) 280º 0.5% 0.95% -
XYZ 47.34 32.89 87.86 -
YUV 159.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 202 122 242 0.17 0.50 0 0.05 280 0.82 0.71
Hex CA 7A F2 11 32 0 5 118 52 47
Octal 312 172 362 21 62 0 5 430 122 107
Binary 11001010 1111010 11110010 10001 110010 0 101 100011000 1010010 1000111

Color Harmonies of #CA7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AF2

Black with #CA7AF2

Text Example


Text Example

White with #CA7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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