Html Css Color HEX #CA84FC Heliotrope

📋 copy color: '#CA84FC'

red 202 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #CA84FC

Tints of Heliotrope #CA84FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 34.47%
G = 22.53%
B = 43%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA84FC (or 0xCA84FC) is known color: Heliotrope. HEX triplet: CA, 84 and FC. RGB value is (202,132,252). Sum of RGB (Red+Green+Blue) = 202+132+252=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA84FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84FC is #357B03. Grayscale: #A6A6A6. Windows color (decimal): -3504900 or 16549066. OLE color: 16549066.

HSL color Cylindrical-coordinate representation of color #CA84FC: hue angle of 275º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA84FC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 132 252 -
CMYK 0.20 0.48 0 0.01
HSL 275º 0.95% 0.75% -
HSV(B) 275º 0.48% 0.99% -
XYZ 50.18 36.09 96.42 -
YUV 166.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 202 132 252 0.20 0.48 0 0.01 275 0.95 0.75
Hex CA 84 FC 14 30 0 1 113 5F 4B
Octal 312 204 374 24 60 0 1 423 137 113
Binary 11001010 10000100 11111100 10100 110000 0 1 100010011 1011111 1001011

Color Harmonies of #CA84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84FC

Black with #CA84FC

Text Example


Text Example

White with #CA84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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