Html Css Color HEX #C384F8 Heliotrope

📋 copy color: '#C384F8'

red 195 ◦ green 132 ◦ blue 248

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

Shades of Heliotrope #C384F8

Tints of Heliotrope #C384F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.13%

R = 33.91%
G = 22.96%
B = 43.13%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C384F8 (or 0xC384F8) is known color: Heliotrope. HEX triplet: C3, 84 and F8. RGB value is (195,132,248). Sum of RGB (Red+Green+Blue) = 195+132+248=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #C384F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384F8 is #3C7B07. Grayscale: #A3A3A3. Windows color (decimal): -3963656 or 16286915. OLE color: 16286915.

HSL color Cylindrical-coordinate representation of color #C384F8: hue angle of 272.59º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C384F8 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 132 248 -
CMYK 0.21 0.47 0 0.03
HSL 272.59º 0.89% 0.75% -
HSV(B) 272.59º 0.47% 0.97% -
XYZ 47.7 34.88 93.03 -
YUV 164.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 195 132 248 0.21 0.47 0 0.03 272.59 0.89 0.75
Hex C3 84 F8 15 2F 0 3 111 59 4B
Octal 303 204 370 25 57 0 3 421 131 113
Binary 11000011 10000100 11111000 10101 101111 0 11 100010001 1011001 1001011

Color Harmonies of #C384F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384F8

Black with #C384F8

Text Example


Text Example

White with #C384F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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