Html Css Color HEX #C384FE Heliotrope

📋 copy color: '#C384FE'

red 195 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #C384FE

Tints of Heliotrope #C384FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 33.56%
G = 22.72%
B = 43.72%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C384FE (or 0xC384FE) is known color: Heliotrope. HEX triplet: C3, 84 and FE. RGB value is (195,132,254). Sum of RGB (Red+Green+Blue) = 195+132+254=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C384FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FE is #3C7B01. Grayscale: #A4A4A4. Windows color (decimal): -3963650 or 16680131. OLE color: 16680131.

HSL color Cylindrical-coordinate representation of color #C384FE: hue angle of 270.98º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C384FE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 132 254 -
CMYK 0.23 0.48 0 0.00
HSL 270.98º 0.98% 0.76% -
HSV(B) 270.98º 0.48% 1% -
XYZ 48.65 35.26 98.01 -
YUV 164.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 195 132 254 0.23 0.48 0 0.00 270.98 0.98 0.76
Hex C3 84 FE 17 30 0 0 10F 62 4C
Octal 303 204 376 27 60 0 0 417 142 114
Binary 11000011 10000100 11111110 10111 110000 0 0 100001111 1100010 1001100

Color Harmonies of #C384FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384FE

Black with #C384FE

Text Example


Text Example

White with #C384FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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