Html Css Color HEX #CA7AF1 Heliotrope

📋 copy color: '#CA7AF1'

red 202 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #CA7AF1

Tints of Heliotrope #CA7AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 35.75%
G = 21.59%
B = 42.65%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA7AF1 (or 0xCA7AF1) is known color: Heliotrope. HEX triplet: CA, 7A and F1. RGB value is (202,122,241). Sum of RGB (Red+Green+Blue) = 202+122+241=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7AF1 is #35850E. Grayscale: #9F9F9F. Windows color (decimal): -3507471 or 15825610. OLE color: 15825610.

HSL color Cylindrical-coordinate representation of color #CA7AF1: hue angle of 280.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7AF1 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 122 241 -
CMYK 0.16 0.49 0 0.05
HSL 280.34º 0.81% 0.71% -
HSV(B) 280.34º 0.49% 0.95% -
XYZ 47.19 32.83 87.07 -
YUV 159.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 202 122 241 0.16 0.49 0 0.05 280.34 0.81 0.71
Hex CA 7A F1 10 31 0 5 118 51 47
Octal 312 172 361 20 61 0 5 430 121 107
Binary 11001010 1111010 11110001 10000 110001 0 101 100011000 1010001 1000111

Color Harmonies of #CA7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AF1

Black with #CA7AF1

Text Example


Text Example

White with #CA7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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