Html Css Color HEX #C969F0 Heliotrope

📋 copy color: '#C969F0'

red 201 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #C969F0

Tints of Heliotrope #C969F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.96%

R = 36.81%
G = 19.23%
B = 43.96%

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

#C969F0 (or 0xC969F0) is known color: Heliotrope. HEX triplet: C9, 69 and F0. RGB value is (201,105,240). Sum of RGB (Red+Green+Blue) = 201+105+240=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #C969F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969F0 is #36960F. Grayscale: #949494. Windows color (decimal): -3577360 or 15755721. OLE color: 15755721.

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

Color convert

RGB 201 105 240 -
CMYK 0.16 0.56 0 0.06
HSL 282.67º 0.82% 0.68% -
HSV(B) 282.67º 0.56% 0.94% -
XYZ 44.87 28.81 85.63 -
YUV 149.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 201 105 240 0.16 0.56 0 0.06 282.67 0.82 0.68
Hex C9 69 F0 10 38 0 6 11B 52 44
Octal 311 151 360 20 70 0 6 433 122 104
Binary 11001001 1101001 11110000 10000 111000 0 110 100011011 1010010 1000100

Color Harmonies of #C969F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969F0

Black with #C969F0

Text Example


Text Example

White with #C969F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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