Html Css Color HEX #C381F9 Heliotrope

📋 copy color: '#C381F9'

red 195 ◦ green 129 ◦ blue 249

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

Shades of Heliotrope #C381F9

Tints of Heliotrope #C381F9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.51%

 BLUE value IS 249 (97.66% from 255) = 43.46%

R = 34.03%
G = 22.51%
B = 43.46%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C381F9 (or 0xC381F9) is known color: Heliotrope. HEX triplet: C3, 81 and F9. RGB value is (195,129,249). Sum of RGB (Red+Green+Blue) = 195+129+249=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #C381F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381F9 is #3C7E06. Grayscale: #A2A2A2. Windows color (decimal): -3964423 or 16351683. OLE color: 16351683.

HSL color Cylindrical-coordinate representation of color #C381F9: hue angle of 273º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C381F9 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 129 249 -
CMYK 0.22 0.48 0 0.02
HSL 273º 0.91% 0.74% -
HSV(B) 273º 0.48% 0.98% -
XYZ 47.45 34.14 93.71 -
YUV 162.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 195 129 249 0.22 0.48 0 0.02 273 0.91 0.74
Hex C3 81 F9 16 30 0 2 111 5B 4A
Octal 303 201 371 26 60 0 2 421 133 112
Binary 11000011 10000001 11111001 10110 110000 0 10 100010001 1011011 1001010

Color Harmonies of #C381F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381F9

Black with #C381F9

Text Example


Text Example

White with #C381F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381F9; }

 p { color: rgb(195,129,249); }

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

background-color css

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

 a { background-color: rgb(195,129,249); }

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

border-color css

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

 span { border-color: rgb(195,129,249); }

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