Html Css Color HEX #C968FE Heliotrope

📋 copy color: '#C968FE'

red 201 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #C968FE

Tints of Heliotrope #C968FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.6%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 35.96%
G = 18.6%
B = 45.44%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C968FE (or 0xC968FE) is known color: Heliotrope. HEX triplet: C9, 68 and FE. RGB value is (201,104,254). Sum of RGB (Red+Green+Blue) = 201+104+254=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #C968FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968FE is #369701. Grayscale: #959595. Windows color (decimal): -3577602 or 16672969. OLE color: 16672969.

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

Color convert

RGB 201 104 254 -
CMYK 0.21 0.59 0 0.00
HSL 278.8º 0.99% 0.7% -
HSV(B) 278.8º 0.59% 1% -
XYZ 46.93 29.47 96.98 -
YUV 150.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 201 104 254 0.21 0.59 0 0.00 278.8 0.99 0.7
Hex C9 68 FE 15 3B 0 0 117 63 46
Octal 311 150 376 25 73 0 0 427 143 106
Binary 11001001 1101000 11111110 10101 111011 0 0 100010111 1100011 1000110

Color Harmonies of #C968FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968FE

Black with #C968FE

Text Example


Text Example

White with #C968FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968FE; }

 p { color: rgb(201,104,254); }

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

background-color css

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

 a { background-color: rgb(201,104,254); }

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

border-color css

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

 span { border-color: rgb(201,104,254); }

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