Html Css Color HEX #CA84FE Heliotrope

📋 copy color: '#CA84FE'

red 202 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #CA84FE

Tints of Heliotrope #CA84FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 34.35%
G = 22.45%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA84FE (or 0xCA84FE) is known color: Heliotrope. HEX triplet: CA, 84 and FE. RGB value is (202,132,254). Sum of RGB (Red+Green+Blue) = 202+132+254=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84FE is #357B01. Grayscale: #A6A6A6. Windows color (decimal): -3504898 or 16680138. OLE color: 16680138.

HSL color Cylindrical-coordinate representation of color #CA84FE: hue angle of 274.43º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA84FE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 132 254 -
CMYK 0.20 0.48 0 0.00
HSL 274.43º 0.98% 0.76% -
HSV(B) 274.43º 0.48% 1% -
XYZ 50.5 36.21 98.09 -
YUV 166.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 202 132 254 0.20 0.48 0 0.00 274.43 0.98 0.76
Hex CA 84 FE 14 30 0 0 112 62 4C
Octal 312 204 376 24 60 0 0 422 142 114
Binary 11001010 10000100 11111110 10100 110000 0 0 100010010 1100010 1001100

Color Harmonies of #CA84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84FE

Black with #CA84FE

Text Example


Text Example

White with #CA84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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