Html Css Color HEX #C384FA Heliotrope

📋 copy color: '#C384FA'

red 195 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #C384FA

Tints of Heliotrope #C384FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.88%

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

R = 33.8%
G = 22.88%
B = 43.33%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C384FA (or 0xC384FA) is known color: Heliotrope. HEX triplet: C3, 84 and FA. RGB value is (195,132,250). Sum of RGB (Red+Green+Blue) = 195+132+250=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C384FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FA is #3C7B05. Grayscale: #A3A3A3. Windows color (decimal): -3963654 or 16417987. OLE color: 16417987.

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

Color convert

RGB 195 132 250 -
CMYK 0.22 0.47 0 0.02
HSL 272.03º 0.92% 0.75% -
HSV(B) 272.03º 0.47% 0.98% -
XYZ 48.01 35.01 94.67 -
YUV 164.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 195 132 250 0.22 0.47 0 0.02 272.03 0.92 0.75
Hex C3 84 FA 16 2F 0 2 110 5C 4B
Octal 303 204 372 26 57 0 2 420 134 113
Binary 11000011 10000100 11111010 10110 101111 0 10 100010000 1011100 1001011

Color Harmonies of #C384FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384FA

Black with #C384FA

Text Example


Text Example

White with #C384FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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