Html Css Color HEX #CA6AF7 Heliotrope

📋 copy color: '#CA6AF7'

red 202 ◦ green 106 ◦ blue 247

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

Shades of Heliotrope #CA6AF7

Tints of Heliotrope #CA6AF7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.1%

 BLUE value IS 247 (96.88% from 255) = 44.5%

R = 36.4%
G = 19.1%
B = 44.5%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA6AF7 (or 0xCA6AF7) is known color: Heliotrope. HEX triplet: CA, 6A and F7. RGB value is (202,106,247). Sum of RGB (Red+Green+Blue) = 202+106+247=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA6AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AF7 is #359508. Grayscale: #969696. Windows color (decimal): -3511561 or 16214730. OLE color: 16214730.

HSL color Cylindrical-coordinate representation of color #CA6AF7: hue angle of 280.85º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6AF7 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 106 247 -
CMYK 0.18 0.57 0 0.03
HSL 280.85º 0.9% 0.69% -
HSV(B) 280.85º 0.57% 0.97% -
XYZ 46.3 29.58 91.26 -
YUV 150.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 202 106 247 0.18 0.57 0 0.03 280.85 0.9 0.69
Hex CA 6A F7 12 39 0 3 119 5A 45
Octal 312 152 367 22 71 0 3 431 132 105
Binary 11001010 1101010 11110111 10010 111001 0 11 100011001 1011010 1000101

Color Harmonies of #CA6AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6AF7

Black with #CA6AF7

Text Example


Text Example

White with #CA6AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6AF7; }

 p { color: rgb(202,106,247); }

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

background-color css

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

 a { background-color: rgb(202,106,247); }

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

border-color css

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

 span { border-color: rgb(202,106,247); }

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