Html Css Color HEX #C385C6 Lilac

📋 copy color: '#C385C6'

red 195 ◦ green 133 ◦ blue 198

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

Shades of Lilac #C385C6

Tints of Lilac #C385C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 37.07%
G = 25.29%
B = 37.64%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C385C6 (or 0xC385C6) is known color: Lilac. HEX triplet: C3, 85 and C6. RGB value is (195,133,198). Sum of RGB (Red+Green+Blue) = 195+133+198=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #C385C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385C6 is #3C7A39. Grayscale: #9E9E9E. Windows color (decimal): -3963450 or 13010371. OLE color: 13010371.

HSL color Cylindrical-coordinate representation of color #C385C6: hue angle of 297.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C385C6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 133 198 -
CMYK 0.02 0.33 0 0.22
HSL 297.23º 0.36% 0.65% -
HSV(B) 297.23º 0.33% 0.78% -
XYZ 41.09 32.45 57.52 -
YUV 158.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 195 133 198 0.02 0.33 0 0.22 297.23 0.36 0.65
Hex C3 85 C6 2 21 0 16 129 24 41
Octal 303 205 306 2 41 0 26 451 44 101
Binary 11000011 10000101 11000110 10 100001 0 10110 100101001 100100 1000001

Color Harmonies of #C385C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385C6

Black with #C385C6

Text Example


Text Example

White with #C385C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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