Html Css Color HEX #C969EF Heliotrope

📋 copy color: '#C969EF'

red 201 ◦ green 105 ◦ blue 239

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

Shades of Heliotrope #C969EF

Tints of Heliotrope #C969EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 36.88%
G = 19.27%
B = 43.85%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C969EF (or 0xC969EF) is known color: Heliotrope. HEX triplet: C9, 69 and EF. RGB value is (201,105,239). Sum of RGB (Red+Green+Blue) = 201+105+239=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #C969EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969EF is #369610. Grayscale: #949494. Windows color (decimal): -3577361 or 15690185. OLE color: 15690185.

HSL color Cylindrical-coordinate representation of color #C969EF: hue angle of 282.99º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C969EF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 105 239 -
CMYK 0.16 0.56 0 0.06
HSL 282.99º 0.81% 0.67% -
HSV(B) 282.99º 0.56% 0.94% -
XYZ 44.72 28.75 84.85 -
YUV 148.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 201 105 239 0.16 0.56 0 0.06 282.99 0.81 0.67
Hex C9 69 EF 10 38 0 6 11B 51 43
Octal 311 151 357 20 70 0 6 433 121 103
Binary 11001001 1101001 11101111 10000 111000 0 110 100011011 1010001 1000011

Color Harmonies of #C969EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969EF

Black with #C969EF

Text Example


Text Example

White with #C969EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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