Html Css Color HEX #CA82F1 Heliotrope

📋 copy color: '#CA82F1'

red 202 ◦ green 130 ◦ blue 241

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

Shades of Heliotrope #CA82F1

Tints of Heliotrope #CA82F1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.69%

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

R = 35.25%
G = 22.69%
B = 42.06%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA82F1 (or 0xCA82F1) is known color: Heliotrope. HEX triplet: CA, 82 and F1. RGB value is (202,130,241). Sum of RGB (Red+Green+Blue) = 202+130+241=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA82F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82F1 is #357D0E. Grayscale: #A3A3A3. Windows color (decimal): -3505423 or 15827658. OLE color: 15827658.

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

Color convert

RGB 202 130 241 -
CMYK 0.16 0.46 0 0.05
HSL 278.92º 0.8% 0.73% -
HSV(B) 278.92º 0.46% 0.95% -
XYZ 48.22 34.87 87.41 -
YUV 164.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 202 130 241 0.16 0.46 0 0.05 278.92 0.8 0.73
Hex CA 82 F1 10 2E 0 5 117 50 49
Octal 312 202 361 20 56 0 5 427 120 111
Binary 11001010 10000010 11110001 10000 101110 0 101 100010111 1010000 1001001

Color Harmonies of #CA82F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82F1

Black with #CA82F1

Text Example


Text Example

White with #CA82F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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