Html Css Color HEX #CA73FB Heliotrope

📋 copy color: '#CA73FB'

red 202 ◦ green 115 ◦ blue 251

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

Shades of Heliotrope #CA73FB

Tints of Heliotrope #CA73FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.25%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 35.56%
G = 20.25%
B = 44.19%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA73FB (or 0xCA73FB) is known color: Heliotrope. HEX triplet: CA, 73 and FB. RGB value is (202,115,251). Sum of RGB (Red+Green+Blue) = 202+115+251=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA73FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA73FB is #358C04. Grayscale: #9C9C9C. Windows color (decimal): -3509253 or 16479178. OLE color: 16479178.

HSL color Cylindrical-coordinate representation of color #CA73FB: hue angle of 278.38º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA73FB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 115 251 -
CMYK 0.20 0.54 0 0.02
HSL 278.38º 0.94% 0.72% -
HSV(B) 278.38º 0.54% 0.98% -
XYZ 47.9 31.78 94.88 -
YUV 156.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 202 115 251 0.20 0.54 0 0.02 278.38 0.94 0.72
Hex CA 73 FB 14 36 0 2 116 5E 48
Octal 312 163 373 24 66 0 2 426 136 110
Binary 11001010 1110011 11111011 10100 110110 0 10 100010110 1011110 1001000

Color Harmonies of #CA73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73FB

Black with #CA73FB

Text Example


Text Example

White with #CA73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73FB; }

 p { color: rgb(202,115,251); }

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

background-color css

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

 a { background-color: rgb(202,115,251); }

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

border-color css

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

 span { border-color: rgb(202,115,251); }

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