Html Css Color HEX #C569FA Heliotrope

📋 copy color: '#C569FA'

red 197 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #C569FA

Tints of Heliotrope #C569FA

RGB

 RED value IS 197 (77.34% from 255) = 35.69%

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

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

R = 35.69%
G = 19.02%
B = 45.29%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C569FA (or 0xC569FA) is known color: Heliotrope. HEX triplet: C5, 69 and FA. RGB value is (197,105,250). Sum of RGB (Red+Green+Blue) = 197+105+250=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #C569FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C569FA is #3A9605. Grayscale: #949494. Windows color (decimal): -3839494 or 16411077. OLE color: 16411077.

HSL color Cylindrical-coordinate representation of color #C569FA: hue angle of 278.07º 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 #C569FA is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 105 250 -
CMYK 0.21 0.58 0 0.02
HSL 278.07º 0.94% 0.7% -
HSV(B) 278.07º 0.58% 0.98% -
XYZ 45.33 28.88 93.63 -
YUV 149.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 197 105 250 0.21 0.58 0 0.02 278.07 0.94 0.7
Hex C5 69 FA 15 3A 0 2 116 5E 46
Octal 305 151 372 25 72 0 2 426 136 106
Binary 11000101 1101001 11111010 10101 111010 0 10 100010110 1011110 1000110

Color Harmonies of #C569FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C569FA

Black with #C569FA

Text Example


Text Example

White with #C569FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C569FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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