Html Css Color HEX #C367F0 Heliotrope

📋 copy color: '#C367F0'

red 195 ◦ green 103 ◦ blue 240

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

Shades of Heliotrope #C367F0

Tints of Heliotrope #C367F0

RGB

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

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

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

R = 36.25%
G = 19.14%
B = 44.61%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C367F0 (or 0xC367F0) is known color: Heliotrope. HEX triplet: C3, 67 and F0. RGB value is (195,103,240). Sum of RGB (Red+Green+Blue) = 195+103+240=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #C367F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C367F0 is #3C980F. Grayscale: #919191. Windows color (decimal): -3971088 or 15755203. OLE color: 15755203.

HSL color Cylindrical-coordinate representation of color #C367F0: hue angle of 280.29º 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 #C367F0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 103 240 -
CMYK 0.19 0.57 0 0.06
HSL 280.29º 0.82% 0.67% -
HSV(B) 280.29º 0.57% 0.94% -
XYZ 43.08 27.59 85.49 -
YUV 146.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 195 103 240 0.19 0.57 0 0.06 280.29 0.82 0.67
Hex C3 67 F0 13 39 0 6 118 52 43
Octal 303 147 360 23 71 0 6 430 122 103
Binary 11000011 1100111 11110000 10011 111001 0 110 100011000 1010010 1000011

Color Harmonies of #C367F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C367F0

Black with #C367F0

Text Example


Text Example

White with #C367F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C367F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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