Html Css Color HEX #C969FF Heliotrope

📋 copy color: '#C969FF'

red 201 ◦ green 105 ◦ blue 255

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

Shades of Heliotrope #C969FF

Tints of Heliotrope #C969FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 35.83%
G = 18.72%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C969FF (or 0xC969FF) is known color: Heliotrope. HEX triplet: C9, 69 and FF. RGB value is (201,105,255). Sum of RGB (Red+Green+Blue) = 201+105+255=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #C969FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969FF is #369600. Grayscale: #969696. Windows color (decimal): -3577345 or 16738761. OLE color: 16738761.

HSL color Cylindrical-coordinate representation of color #C969FF: hue angle of 278.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C969FF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 105 255 -
CMYK 0.21 0.59 0 0
HSL 278.4º 1% 0.71% -
HSV(B) 278.4º 0.59% 1% -
XYZ 47.19 29.74 97.86 -
YUV 150.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 201 105 255 0.21 0.59 0 0 278.4 1 0.71
Hex C9 69 FF 15 3B 0 0 116 64 47
Octal 311 151 377 25 73 0 0 426 144 107
Binary 11001001 1101001 11111111 10101 111011 0 0 100010110 1100100 1000111

Color Harmonies of #C969FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969FF

Black with #C969FF

Text Example


Text Example

White with #C969FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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