Html Css Color HEX #C36CF1 Heliotrope

📋 copy color: '#C36CF1'

red 195 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #C36CF1

Tints of Heliotrope #C36CF1

RGB

 RED value IS 195 (76.56% from 255) = 35.85%

 GREEN value IS 108 (42.58% from 255) = 19.85%

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

R = 35.85%
G = 19.85%
B = 44.3%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C36CF1 (or 0xC36CF1) is known color: Heliotrope. HEX triplet: C3, 6C and F1. RGB value is (195,108,241). Sum of RGB (Red+Green+Blue) = 195+108+241=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #C36CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CF1 is #3C930E. Grayscale: #949494. Windows color (decimal): -3969807 or 15822019. OLE color: 15822019.

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

Color convert

RGB 195 108 241 -
CMYK 0.19 0.55 0 0.05
HSL 279.25º 0.83% 0.68% -
HSV(B) 279.25º 0.55% 0.95% -
XYZ 43.75 28.68 86.45 -
YUV 149.18 179.82 160.69 -
System Red Green Blue C M Y K H S L
Decimal 195 108 241 0.19 0.55 0 0.05 279.25 0.83 0.68
Hex C3 6C F1 13 37 0 5 117 53 44
Octal 303 154 361 23 67 0 5 427 123 104
Binary 11000011 1101100 11110001 10011 110111 0 101 100010111 1010011 1000100

Color Harmonies of #C36CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CF1

Black with #C36CF1

Text Example


Text Example

White with #C36CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CF1; }

 p { color: rgb(195,108,241); }

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

background-color css

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

 a { background-color: rgb(195,108,241); }

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

border-color css

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

 span { border-color: rgb(195,108,241); }

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