Html Css Color HEX #C169FA Heliotrope

📋 copy color: '#C169FA'

red 193 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #C169FA

Tints of Heliotrope #C169FA

RGB

 RED value IS 193 (75.78% from 255) = 35.22%

 GREEN value IS 105 (41.41% from 255) = 19.16%

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 35.22%
G = 19.16%
B = 45.62%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C169FA (or 0xC169FA) is known color: Heliotrope. HEX triplet: C1, 69 and FA. RGB value is (193,105,250). Sum of RGB (Red+Green+Blue) = 193+105+250=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #C169FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C169FA is #3E9605. Grayscale: #939393. Windows color (decimal): -4101638 or 16411073. OLE color: 16411073.

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

Color convert

RGB 193 105 250 -
CMYK 0.23 0.58 0 0.02
HSL 276.41º 0.94% 0.7% -
HSV(B) 276.41º 0.58% 0.98% -
XYZ 44.3 28.34 93.58 -
YUV 147.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 193 105 250 0.23 0.58 0 0.02 276.41 0.94 0.7
Hex C1 69 FA 17 3A 0 2 114 5E 46
Octal 301 151 372 27 72 0 2 424 136 106
Binary 11000001 1101001 11111010 10111 111010 0 10 100010100 1011110 1000110

Color Harmonies of #C169FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169FA

Black with #C169FA

Text Example


Text Example

White with #C169FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169FA; }

 p { color: rgb(193,105,250); }

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

background-color css

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

 a { background-color: rgb(193,105,250); }

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

border-color css

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

 span { border-color: rgb(193,105,250); }

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