Html Css Color HEX #C38DCA Lilac

📋 copy color: '#C38DCA'

red 195 ◦ green 141 ◦ blue 202

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

Shades of Lilac #C38DCA

Tints of Lilac #C38DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 36.25%
G = 26.21%
B = 37.55%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C38DCA (or 0xC38DCA) is known color: Lilac. HEX triplet: C3, 8D and CA. RGB value is (195,141,202). Sum of RGB (Red+Green+Blue) = 195+141+202=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C38DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DCA is #3C7235. Grayscale: #A3A3A3. Windows color (decimal): -3961398 or 13274563. OLE color: 13274563.

HSL color Cylindrical-coordinate representation of color #C38DCA: hue angle of 293.11º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38DCA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 141 202 -
CMYK 0.03 0.30 0 0.21
HSL 293.11º 0.37% 0.67% -
HSV(B) 293.11º 0.3% 0.79% -
XYZ 42.69 34.92 60.37 -
YUV 164.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 195 141 202 0.03 0.30 0 0.21 293.11 0.37 0.67
Hex C3 8D CA 3 1E 0 15 125 25 43
Octal 303 215 312 3 36 0 25 445 45 103
Binary 11000011 10001101 11001010 11 11110 0 10101 100100101 100101 1000011

Color Harmonies of #C38DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DCA

Black with #C38DCA

Text Example


Text Example

White with #C38DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DCA; }

 p { color: rgb(195,141,202); }

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

background-color css

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

 a { background-color: rgb(195,141,202); }

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

border-color css

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

 span { border-color: rgb(195,141,202); }

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