Html Css Color HEX #CA60F1 Heliotrope

📋 copy color: '#CA60F1'

red 202 ◦ green 96 ◦ blue 241

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

Shades of Heliotrope #CA60F1

Tints of Heliotrope #CA60F1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.81%

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

R = 37.48%
G = 17.81%
B = 44.71%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA60F1 (or 0xCA60F1) is known color: Heliotrope. HEX triplet: CA, 60 and F1. RGB value is (202,96,241). Sum of RGB (Red+Green+Blue) = 202+96+241=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60F1 is #359F0E. Grayscale: #8F8F8F. Windows color (decimal): -3514127 or 15818954. OLE color: 15818954.

HSL color Cylindrical-coordinate representation of color #CA60F1: hue angle of 283.86º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA60F1 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 96 241 -
CMYK 0.16 0.60 0 0.05
HSL 283.86º 0.84% 0.66% -
HSV(B) 283.86º 0.6% 0.95% -
XYZ 44.42 27.27 86.14 -
YUV 144.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 202 96 241 0.16 0.60 0 0.05 283.86 0.84 0.66
Hex CA 60 F1 10 3C 0 5 11C 54 42
Octal 312 140 361 20 74 0 5 434 124 102
Binary 11001010 1100000 11110001 10000 111100 0 101 100011100 1010100 1000010

Color Harmonies of #CA60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60F1

Black with #CA60F1

Text Example


Text Example

White with #CA60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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