Html Css Color HEX #C969FA Heliotrope

📋 copy color: '#C969FA'

red 201 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #C969FA

Tints of Heliotrope #C969FA

RGB

 RED value IS 201 (78.91% from 255) = 36.15%

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

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

R = 36.15%
G = 18.88%
B = 44.96%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C969FA (or 0xC969FA) is known color: Heliotrope. HEX triplet: C9, 69 and FA. RGB value is (201,105,250). Sum of RGB (Red+Green+Blue) = 201+105+250=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #C969FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969FA is #369605. Grayscale: #959595. Windows color (decimal): -3577350 or 16411081. OLE color: 16411081.

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

Color convert

RGB 201 105 250 -
CMYK 0.20 0.58 0 0.02
HSL 279.72º 0.94% 0.7% -
HSV(B) 279.72º 0.58% 0.98% -
XYZ 46.39 29.42 93.68 -
YUV 150.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 201 105 250 0.20 0.58 0 0.02 279.72 0.94 0.7
Hex C9 69 FA 14 3A 0 2 118 5E 46
Octal 311 151 372 24 72 0 2 430 136 106
Binary 11001001 1101001 11111010 10100 111010 0 10 100011000 1011110 1000110

Color Harmonies of #C969FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969FA

Black with #C969FA

Text Example


Text Example

White with #C969FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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