Html Css Color HEX #C38CCB Lilac

📋 copy color: '#C38CCB'

red 195 ◦ green 140 ◦ blue 203

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

Shades of Lilac #C38CCB

Tints of Lilac #C38CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 36.25%
G = 26.02%
B = 37.73%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C38CCB (or 0xC38CCB) is known color: Lilac. HEX triplet: C3, 8C and CB. RGB value is (195,140,203). Sum of RGB (Red+Green+Blue) = 195+140+203=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C38CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CCB is #3C7334. Grayscale: #A3A3A3. Windows color (decimal): -3961653 or 13339843. OLE color: 13339843.

HSL color Cylindrical-coordinate representation of color #C38CCB: hue angle of 292.38º degrees, saturation: 0.38, 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 #C38CCB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 140 203 -
CMYK 0.04 0.31 0 0.20
HSL 292.38º 0.38% 0.67% -
HSV(B) 292.38º 0.31% 0.8% -
XYZ 42.66 34.67 60.94 -
YUV 163.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 195 140 203 0.04 0.31 0 0.20 292.38 0.38 0.67
Hex C3 8C CB 4 1F 0 14 124 26 43
Octal 303 214 313 4 37 0 24 444 46 103
Binary 11000011 10001100 11001011 100 11111 0 10100 100100100 100110 1000011

Color Harmonies of #C38CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CCB

Black with #C38CCB

Text Example


Text Example

White with #C38CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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