Html Css Color HEX #C38FB2 Lily

📋 copy color: '#C38FB2'

red 195 ◦ green 143 ◦ blue 178

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

Shades of Lily #C38FB2

Tints of Lily #C38FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 37.79%
G = 27.71%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C38FB2 (or 0xC38FB2) is known color: Lily. HEX triplet: C3, 8F and B2. RGB value is (195,143,178). Sum of RGB (Red+Green+Blue) = 195+143+178=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FB2 is #3C704D. Grayscale: #A2A2A2. Windows color (decimal): -3960910 or 11702211. OLE color: 11702211.

HSL color Cylindrical-coordinate representation of color #C38FB2: hue angle of 319.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38FB2 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 143 178 -
CMYK 0 0.27 0.09 0.24
HSL 319.62º 0.3% 0.66% -
HSV(B) 319.62º 0.27% 0.76% -
XYZ 40.36 34.46 46.64 -
YUV 162.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 195 143 178 0 0.27 0.09 0.24 319.62 0.3 0.66
Hex C3 8F B2 0 1B 9 18 140 1E 42
Octal 303 217 262 0 33 11 30 500 36 102
Binary 11000011 10001111 10110010 0 11011 1001 11000 101000000 11110 1000010

Color Harmonies of #C38FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FB2

Black with #C38FB2

Text Example


Text Example

White with #C38FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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