Html Css Color HEX #C382FA Heliotrope

📋 copy color: '#C382FA'

red 195 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #C382FA

Tints of Heliotrope #C382FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.61%

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 33.91%
G = 22.61%
B = 43.48%

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

#C382FA (or 0xC382FA) is known color: Heliotrope. HEX triplet: C3, 82 and FA. RGB value is (195,130,250). Sum of RGB (Red+Green+Blue) = 195+130+250=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #C382FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C382FA is #3C7D05. Grayscale: #A2A2A2. Windows color (decimal): -3964166 or 16417475. OLE color: 16417475.

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

Color convert

RGB 195 130 250 -
CMYK 0.22 0.48 0 0.02
HSL 272.5º 0.92% 0.75% -
HSV(B) 272.5º 0.48% 0.98% -
XYZ 47.74 34.47 94.58 -
YUV 163.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 195 130 250 0.22 0.48 0 0.02 272.5 0.92 0.75
Hex C3 82 FA 16 30 0 2 110 5C 4B
Octal 303 202 372 26 60 0 2 420 134 113
Binary 11000011 10000010 11111010 10110 110000 0 10 100010000 1011100 1001011

Color Harmonies of #C382FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382FA

Black with #C382FA

Text Example


Text Example

White with #C382FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382FA; }

 p { color: rgb(195,130,250); }

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

background-color css

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

 a { background-color: rgb(195,130,250); }

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

border-color css

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

 span { border-color: rgb(195,130,250); }

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