Html Css Color HEX #C967F1 Heliotrope

📋 copy color: '#C967F1'

red 201 ◦ green 103 ◦ blue 241

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

Shades of Heliotrope #C967F1

Tints of Heliotrope #C967F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.22%

R = 36.88%
G = 18.9%
B = 44.22%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C967F1 (or 0xC967F1) is known color: Heliotrope. HEX triplet: C9, 67 and F1. RGB value is (201,103,241). Sum of RGB (Red+Green+Blue) = 201+103+241=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #C967F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967F1 is #36980E. Grayscale: #939393. Windows color (decimal): -3577871 or 15820745. OLE color: 15820745.

HSL color Cylindrical-coordinate representation of color #C967F1: hue angle of 282.61º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C967F1 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 103 241 -
CMYK 0.17 0.57 0 0.05
HSL 282.61º 0.83% 0.67% -
HSV(B) 282.61º 0.57% 0.95% -
XYZ 44.81 28.47 86.35 -
YUV 148.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 201 103 241 0.17 0.57 0 0.05 282.61 0.83 0.67
Hex C9 67 F1 11 39 0 5 11B 53 43
Octal 311 147 361 21 71 0 5 433 123 103
Binary 11001001 1100111 11110001 10001 111001 0 101 100011011 1010011 1000011

Color Harmonies of #C967F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967F1

Black with #C967F1

Text Example


Text Example

White with #C967F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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