Html Css Color HEX #CA84F1 Heliotrope

📋 copy color: '#CA84F1'

red 202 ◦ green 132 ◦ blue 241

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

Shades of Heliotrope #CA84F1

Tints of Heliotrope #CA84F1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.96%

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

R = 35.13%
G = 22.96%
B = 41.91%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA84F1 (or 0xCA84F1) is known color: Heliotrope. HEX triplet: CA, 84 and F1. RGB value is (202,132,241). Sum of RGB (Red+Green+Blue) = 202+132+241=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84F1 is #357B0E. Grayscale: #A4A4A4. Windows color (decimal): -3504911 or 15828170. OLE color: 15828170.

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

Color convert

RGB 202 132 241 -
CMYK 0.16 0.45 0 0.05
HSL 278.53º 0.8% 0.73% -
HSV(B) 278.53º 0.45% 0.95% -
XYZ 48.49 35.41 87.5 -
YUV 165.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 202 132 241 0.16 0.45 0 0.05 278.53 0.8 0.73
Hex CA 84 F1 10 2D 0 5 117 50 49
Octal 312 204 361 20 55 0 5 427 120 111
Binary 11001010 10000100 11110001 10000 101101 0 101 100010111 1010000 1001001

Color Harmonies of #CA84F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84F1

Black with #CA84F1

Text Example


Text Example

White with #CA84F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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