Html Css Color HEX #C384FD Heliotrope

📋 copy color: '#C384FD'

red 195 ◦ green 132 ◦ blue 253

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

Shades of Heliotrope #C384FD

Tints of Heliotrope #C384FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.62%

R = 33.62%
G = 22.76%
B = 43.62%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C384FD (or 0xC384FD) is known color: Heliotrope. HEX triplet: C3, 84 and FD. RGB value is (195,132,253). Sum of RGB (Red+Green+Blue) = 195+132+253=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #C384FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384FD is #3C7B02. Grayscale: #A4A4A4. Windows color (decimal): -3963651 or 16614595. OLE color: 16614595.

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

Color convert

RGB 195 132 253 -
CMYK 0.23 0.48 0 0.01
HSL 271.24º 0.97% 0.75% -
HSV(B) 271.24º 0.48% 0.99% -
XYZ 48.49 35.2 97.17 -
YUV 164.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 195 132 253 0.23 0.48 0 0.01 271.24 0.97 0.75
Hex C3 84 FD 17 30 0 1 10F 61 4B
Octal 303 204 375 27 60 0 1 417 141 113
Binary 11000011 10000100 11111101 10111 110000 0 1 100001111 1100001 1001011

Color Harmonies of #C384FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384FD

Black with #C384FD

Text Example


Text Example

White with #C384FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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