Html Css Color HEX #C385CF Lilac

📋 copy color: '#C385CF'

red 195 ◦ green 133 ◦ blue 207

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

Shades of Lilac #C385CF

Tints of Lilac #C385CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.86%

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

R = 36.45%
G = 24.86%
B = 38.69%

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

#C385CF (or 0xC385CF) is known color: Lilac. HEX triplet: C3, 85 and CF. RGB value is (195,133,207). Sum of RGB (Red+Green+Blue) = 195+133+207=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C385CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385CF is #3C7A30. Grayscale: #9F9F9F. Windows color (decimal): -3963441 or 13600195. OLE color: 13600195.

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

Color convert

RGB 195 133 207 -
CMYK 0.06 0.36 0 0.19
HSL 290.27º 0.44% 0.67% -
HSV(B) 290.27º 0.36% 0.81% -
XYZ 42.16 32.88 63.16 -
YUV 159.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 195 133 207 0.06 0.36 0 0.19 290.27 0.44 0.67
Hex C3 85 CF 6 24 0 13 122 2C 43
Octal 303 205 317 6 44 0 23 442 54 103
Binary 11000011 10000101 11001111 110 100100 0 10011 100100010 101100 1000011

Color Harmonies of #C385CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385CF

Black with #C385CF

Text Example


Text Example

White with #C385CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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