Html Css Color HEX #C28CB2 Lily

📋 copy color: '#C28CB2'

red 194 ◦ green 140 ◦ blue 178

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

Shades of Lily #C28CB2

Tints of Lily #C28CB2

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

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

R = 37.89%
G = 27.34%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C28CB2 (or 0xC28CB2) is known color: Lily. HEX triplet: C2, 8C and B2. RGB value is (194,140,178). Sum of RGB (Red+Green+Blue) = 194+140+178=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28CB2 is #3D734D. Grayscale: #A0A0A0. Windows color (decimal): -4027214 or 11701442. OLE color: 11701442.

HSL color Cylindrical-coordinate representation of color #C28CB2: hue angle of 317.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CB2 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 178 -
CMYK 0 0.28 0.08 0.24
HSL 317.78º 0.31% 0.65% -
HSV(B) 317.78º 0.28% 0.76% -
XYZ 39.66 33.44 46.48 -
YUV 160.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 194 140 178 0 0.28 0.08 0.24 317.78 0.31 0.65
Hex C2 8C B2 0 1C 8 18 13E 1F 41
Octal 302 214 262 0 34 10 30 476 37 101
Binary 11000010 10001100 10110010 0 11100 1000 11000 100111110 11111 1000001

Color Harmonies of #C28CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CB2

Black with #C28CB2

Text Example


Text Example

White with #C28CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CB2; }

 p { color: rgb(194,140,178); }

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

background-color css

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

 a { background-color: rgb(194,140,178); }

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

border-color css

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

 span { border-color: rgb(194,140,178); }

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