Html Css Color HEX #CA84F0 Heliotrope

📋 copy color: '#CA84F0'

red 202 ◦ green 132 ◦ blue 240

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

Shades of Heliotrope #CA84F0

Tints of Heliotrope #CA84F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 35.19%
G = 23%
B = 41.81%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA84F0 (or 0xCA84F0) is known color: Heliotrope. HEX triplet: CA, 84 and F0. RGB value is (202,132,240). Sum of RGB (Red+Green+Blue) = 202+132+240=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA84F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84F0 is #357B0F. Grayscale: #A4A4A4. Windows color (decimal): -3504912 or 15762634. OLE color: 15762634.

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

Color convert

RGB 202 132 240 -
CMYK 0.16 0.45 0 0.06
HSL 278.89º 0.78% 0.73% -
HSV(B) 278.89º 0.45% 0.94% -
XYZ 48.34 35.35 86.71 -
YUV 165.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 202 132 240 0.16 0.45 0 0.06 278.89 0.78 0.73
Hex CA 84 F0 10 2D 0 6 117 4E 49
Octal 312 204 360 20 55 0 6 427 116 111
Binary 11001010 10000100 11110000 10000 101101 0 110 100010111 1001110 1001001

Color Harmonies of #CA84F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84F0

Black with #CA84F0

Text Example


Text Example

White with #CA84F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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