Html Css Color HEX #C969F9 Heliotrope

📋 copy color: '#C969F9'

red 201 ◦ green 105 ◦ blue 249

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

Shades of Heliotrope #C969F9

Tints of Heliotrope #C969F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 36.22%
G = 18.92%
B = 44.86%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C969F9 (or 0xC969F9) is known color: Heliotrope. HEX triplet: C9, 69 and F9. RGB value is (201,105,249). Sum of RGB (Red+Green+Blue) = 201+105+249=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #C969F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969F9 is #369606. Grayscale: #959595. Windows color (decimal): -3577351 or 16345545. OLE color: 16345545.

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

Color convert

RGB 201 105 249 -
CMYK 0.19 0.58 0 0.02
HSL 280º 0.92% 0.69% -
HSV(B) 280º 0.58% 0.98% -
XYZ 46.24 29.36 92.85 -
YUV 150.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 201 105 249 0.19 0.58 0 0.02 280 0.92 0.69
Hex C9 69 F9 13 3A 0 2 118 5C 45
Octal 311 151 371 23 72 0 2 430 134 105
Binary 11001001 1101001 11111001 10011 111010 0 10 100011000 1011100 1000101

Color Harmonies of #C969F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969F9

Black with #C969F9

Text Example


Text Example

White with #C969F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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