Html Css Color HEX #C969FD Heliotrope

📋 copy color: '#C969FD'

red 201 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #C969FD

Tints of Heliotrope #C969FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 35.96%
G = 18.78%
B = 45.26%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C969FD (or 0xC969FD) is known color: Heliotrope. HEX triplet: C9, 69 and FD. RGB value is (201,105,253). Sum of RGB (Red+Green+Blue) = 201+105+253=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #C969FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969FD is #369602. Grayscale: #969696. Windows color (decimal): -3577347 or 16607689. OLE color: 16607689.

HSL color Cylindrical-coordinate representation of color #C969FD: hue angle of 278.92º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C969FD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 105 253 -
CMYK 0.21 0.58 0 0.01
HSL 278.92º 0.97% 0.7% -
HSV(B) 278.92º 0.58% 0.99% -
XYZ 46.87 29.61 96.17 -
YUV 150.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 201 105 253 0.21 0.58 0 0.01 278.92 0.97 0.7
Hex C9 69 FD 15 3A 0 1 117 61 46
Octal 311 151 375 25 72 0 1 427 141 106
Binary 11001001 1101001 11111101 10101 111010 0 1 100010111 1100001 1000110

Color Harmonies of #C969FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969FD

Black with #C969FD

Text Example


Text Example

White with #C969FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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