Html Css Color HEX #CA83F1 Heliotrope

📋 copy color: '#CA83F1'

red 202 ◦ green 131 ◦ blue 241

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

Shades of Heliotrope #CA83F1

Tints of Heliotrope #CA83F1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.82%

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

R = 35.19%
G = 22.82%
B = 41.99%

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

#CA83F1 (or 0xCA83F1) is known color: Heliotrope. HEX triplet: CA, 83 and F1. RGB value is (202,131,241). Sum of RGB (Red+Green+Blue) = 202+131+241=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA83F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83F1 is #357C0E. Grayscale: #A4A4A4. Windows color (decimal): -3505167 or 15827914. OLE color: 15827914.

HSL color Cylindrical-coordinate representation of color #CA83F1: hue angle of 278.73º 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 #CA83F1 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 131 241 -
CMYK 0.16 0.46 0 0.05
HSL 278.73º 0.8% 0.73% -
HSV(B) 278.73º 0.46% 0.95% -
XYZ 48.35 35.14 87.45 -
YUV 164.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 202 131 241 0.16 0.46 0 0.05 278.73 0.8 0.73
Hex CA 83 F1 10 2E 0 5 117 50 49
Octal 312 203 361 20 56 0 5 427 120 111
Binary 11001010 10000011 11110001 10000 101110 0 101 100010111 1010000 1001001

Color Harmonies of #CA83F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83F1

Black with #CA83F1

Text Example


Text Example

White with #CA83F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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