Html Css Color HEX #C38CCC Lilac

📋 copy color: '#C38CCC'

red 195 ◦ green 140 ◦ blue 204

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

Shades of Lilac #C38CCC

Tints of Lilac #C38CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 36.18%
G = 25.97%
B = 37.85%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C38CCC (or 0xC38CCC) is known color: Lilac. HEX triplet: C3, 8C and CC. RGB value is (195,140,204). Sum of RGB (Red+Green+Blue) = 195+140+204=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C38CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCC is #3C7333. Grayscale: #A3A3A3. Windows color (decimal): -3961652 or 13405379. OLE color: 13405379.

HSL color Cylindrical-coordinate representation of color #C38CCC: hue angle of 291.56º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38CCC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 140 204 -
CMYK 0.04 0.31 0 0.2
HSL 291.56º 0.39% 0.67% -
HSV(B) 291.56º 0.31% 0.8% -
XYZ 42.78 34.72 61.57 -
YUV 163.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 195 140 204 0.04 0.31 0 0.2 291.56 0.39 0.67
Hex C3 8C CC 4 1F 0 14 124 27 43
Octal 303 214 314 4 37 0 24 444 47 103
Binary 11000011 10001100 11001100 100 11111 0 10100 100100100 100111 1000011

Color Harmonies of #C38CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CCC

Black with #C38CCC

Text Example


Text Example

White with #C38CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CCC; }

 p { color: rgb(195,140,204); }

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

background-color css

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

 a { background-color: rgb(195,140,204); }

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

border-color css

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

 span { border-color: rgb(195,140,204); }

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