Html Css Color HEX #C381FC Heliotrope

📋 copy color: '#C381FC'

red 195 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #C381FC

Tints of Heliotrope #C381FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 33.85%
G = 22.4%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C381FC (or 0xC381FC) is known color: Heliotrope. HEX triplet: C3, 81 and FC. RGB value is (195,129,252). Sum of RGB (Red+Green+Blue) = 195+129+252=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #C381FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381FC is #3C7E03. Grayscale: #A2A2A2. Windows color (decimal): -3964420 or 16548291. OLE color: 16548291.

HSL color Cylindrical-coordinate representation of color #C381FC: hue angle of 272.2º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C381FC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 129 252 -
CMYK 0.23 0.49 0 0.01
HSL 272.2º 0.95% 0.75% -
HSV(B) 272.2º 0.49% 0.99% -
XYZ 47.93 34.33 96.2 -
YUV 162.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 195 129 252 0.23 0.49 0 0.01 272.2 0.95 0.75
Hex C3 81 FC 17 31 0 1 110 5F 4B
Octal 303 201 374 27 61 0 1 420 137 113
Binary 11000011 10000001 11111100 10111 110001 0 1 100010000 1011111 1001011

Color Harmonies of #C381FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381FC

Black with #C381FC

Text Example


Text Example

White with #C381FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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