Html Css Color HEX #CB8BBA Lily

📋 copy color: '#CB8BBA'

red 203 ◦ green 139 ◦ blue 186

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

Shades of Lily #CB8BBA

Tints of Lily #CB8BBA

RGB

 RED value IS 203 (79.69% from 255) = 38.45%

 GREEN value IS 139 (54.69% from 255) = 26.33%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 38.45%
G = 26.33%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB8BBA (or 0xCB8BBA) is known color: Lily. HEX triplet: CB, 8B and BA. RGB value is (203,139,186). Sum of RGB (Red+Green+Blue) = 203+139+186=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BBA is #347445. Grayscale: #A3A3A3. Windows color (decimal): -3437638 or 12225483. OLE color: 12225483.

HSL color Cylindrical-coordinate representation of color #CB8BBA: hue angle of 315.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8BBA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 139 186 -
CMYK 0 0.32 0.08 0.20
HSL 315.94º 0.38% 0.67% -
HSV(B) 315.94º 0.32% 0.8% -
XYZ 42.72 34.71 50.9 -
YUV 163.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 203 139 186 0 0.32 0.08 0.20 315.94 0.38 0.67
Hex CB 8B BA 0 20 8 14 13C 26 43
Octal 313 213 272 0 40 10 24 474 46 103
Binary 11001011 10001011 10111010 0 100000 1000 10100 100111100 100110 1000011

Color Harmonies of #CB8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8BBA

Black with #CB8BBA

Text Example


Text Example

White with #CB8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8BBA; }

 p { color: rgb(203,139,186); }

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

background-color css

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

 a { background-color: rgb(203,139,186); }

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

border-color css

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

 span { border-color: rgb(203,139,186); }

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