Html Css Color HEX #CA84F2 Heliotrope

📋 copy color: '#CA84F2'

red 202 ◦ green 132 ◦ blue 242

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

Shades of Heliotrope #CA84F2

Tints of Heliotrope #CA84F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 35.07%
G = 22.92%
B = 42.01%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA84F2 (or 0xCA84F2) is known color: Heliotrope. HEX triplet: CA, 84 and F2. RGB value is (202,132,242). Sum of RGB (Red+Green+Blue) = 202+132+242=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA84F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84F2 is #357B0D. Grayscale: #A5A5A5. Windows color (decimal): -3504910 or 15893706. OLE color: 15893706.

HSL color Cylindrical-coordinate representation of color #CA84F2: hue angle of 278.18º degrees, saturation: 0.81, 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 #CA84F2 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 132 242 -
CMYK 0.17 0.45 0 0.05
HSL 278.18º 0.81% 0.73% -
HSV(B) 278.18º 0.45% 0.95% -
XYZ 48.64 35.47 88.29 -
YUV 165.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 202 132 242 0.17 0.45 0 0.05 278.18 0.81 0.73
Hex CA 84 F2 11 2D 0 5 116 51 49
Octal 312 204 362 21 55 0 5 426 121 111
Binary 11001010 10000100 11110010 10001 101101 0 101 100010110 1010001 1001001

Color Harmonies of #CA84F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84F2

Black with #CA84F2

Text Example


Text Example

White with #CA84F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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