Html Css Color HEX #CA80F9 Heliotrope

📋 copy color: '#CA80F9'

red 202 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #CA80F9

Tints of Heliotrope #CA80F9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.11%

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

R = 34.89%
G = 22.11%
B = 43.01%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA80F9 (or 0xCA80F9) is known color: Heliotrope. HEX triplet: CA, 80 and F9. RGB value is (202,128,249). Sum of RGB (Red+Green+Blue) = 202+128+249=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80F9 is #357F06. Grayscale: #A3A3A3. Windows color (decimal): -3505927 or 16351434. OLE color: 16351434.

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

Color convert

RGB 202 128 249 -
CMYK 0.19 0.49 0 0.02
HSL 276.69º 0.91% 0.74% -
HSV(B) 276.69º 0.49% 0.98% -
XYZ 49.18 34.83 93.75 -
YUV 163.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 202 128 249 0.19 0.49 0 0.02 276.69 0.91 0.74
Hex CA 80 F9 13 31 0 2 115 5B 4A
Octal 312 200 371 23 61 0 2 425 133 112
Binary 11001010 10000000 11111001 10011 110001 0 10 100010101 1011011 1001010

Color Harmonies of #CA80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80F9

Black with #CA80F9

Text Example


Text Example

White with #CA80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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