Html Css Color HEX #C384CF Lilac

📋 copy color: '#C384CF'

red 195 ◦ green 132 ◦ blue 207

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

Shades of Lilac #C384CF

Tints of Lilac #C384CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 36.52%
G = 24.72%
B = 38.76%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C384CF (or 0xC384CF) is known color: Lilac. HEX triplet: C3, 84 and CF. RGB value is (195,132,207). Sum of RGB (Red+Green+Blue) = 195+132+207=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C384CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384CF is #3C7B30. Grayscale: #9F9F9F. Windows color (decimal): -3963697 or 13599939. OLE color: 13599939.

HSL color Cylindrical-coordinate representation of color #C384CF: hue angle of 290.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C384CF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 132 207 -
CMYK 0.06 0.36 0 0.19
HSL 290.4º 0.44% 0.66% -
HSV(B) 290.4º 0.36% 0.81% -
XYZ 42.02 32.61 63.11 -
YUV 159.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 195 132 207 0.06 0.36 0 0.19 290.4 0.44 0.66
Hex C3 84 CF 6 24 0 13 122 2C 42
Octal 303 204 317 6 44 0 23 442 54 102
Binary 11000011 10000100 11001111 110 100100 0 10011 100100010 101100 1000010

Color Harmonies of #C384CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384CF

Black with #C384CF

Text Example


Text Example

White with #C384CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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