Html Css Color HEX #C38FCA Lilac

📋 copy color: '#C38FCA'

red 195 ◦ green 143 ◦ blue 202

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

Shades of Lilac #C38FCA

Tints of Lilac #C38FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.48%

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

R = 36.11%
G = 26.48%
B = 37.41%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C38FCA (or 0xC38FCA) is known color: Lilac. HEX triplet: C3, 8F and CA. RGB value is (195,143,202). Sum of RGB (Red+Green+Blue) = 195+143+202=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C38FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FCA is #3C7035. Grayscale: #A5A5A5. Windows color (decimal): -3960886 or 13275075. OLE color: 13275075.

HSL color Cylindrical-coordinate representation of color #C38FCA: hue angle of 292.88º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38FCA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 143 202 -
CMYK 0.03 0.29 0 0.21
HSL 292.88º 0.36% 0.68% -
HSV(B) 292.88º 0.29% 0.79% -
XYZ 42.99 35.51 60.47 -
YUV 165.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 195 143 202 0.03 0.29 0 0.21 292.88 0.36 0.68
Hex C3 8F CA 3 1D 0 15 125 24 44
Octal 303 217 312 3 35 0 25 445 44 104
Binary 11000011 10001111 11001010 11 11101 0 10101 100100101 100100 1000100

Color Harmonies of #C38FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FCA

Black with #C38FCA

Text Example


Text Example

White with #C38FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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