Html Css Color HEX #C967F0 Heliotrope

📋 copy color: '#C967F0'

red 201 ◦ green 103 ◦ blue 240

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

Shades of Heliotrope #C967F0

Tints of Heliotrope #C967F0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.93%

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

R = 36.95%
G = 18.93%
B = 44.12%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C967F0 (or 0xC967F0) is known color: Heliotrope. HEX triplet: C9, 67 and F0. RGB value is (201,103,240). Sum of RGB (Red+Green+Blue) = 201+103+240=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #C967F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967F0 is #36980F. Grayscale: #939393. Windows color (decimal): -3577872 or 15755209. OLE color: 15755209.

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

Color convert

RGB 201 103 240 -
CMYK 0.16 0.57 0 0.06
HSL 282.92º 0.82% 0.67% -
HSV(B) 282.92º 0.57% 0.94% -
XYZ 44.67 28.41 85.57 -
YUV 147.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 201 103 240 0.16 0.57 0 0.06 282.92 0.82 0.67
Hex C9 67 F0 10 39 0 6 11B 52 43
Octal 311 147 360 20 71 0 6 433 122 103
Binary 11001001 1100111 11110000 10000 111001 0 110 100011011 1010010 1000011

Color Harmonies of #C967F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967F0

Black with #C967F0

Text Example


Text Example

White with #C967F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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