Html Css Color HEX #CB8EBE Lily

📋 copy color: '#CB8EBE'

red 203 ◦ green 142 ◦ blue 190

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

Shades of Lily #CB8EBE

Tints of Lily #CB8EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.54%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 37.94%
G = 26.54%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB8EBE (or 0xCB8EBE) is known color: Lily. HEX triplet: CB, 8E and BE. RGB value is (203,142,190). Sum of RGB (Red+Green+Blue) = 203+142+190=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBE is #347141. Grayscale: #A5A5A5. Windows color (decimal): -3436866 or 12488395. OLE color: 12488395.

HSL color Cylindrical-coordinate representation of color #CB8EBE: hue angle of 312.79º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EBE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 142 190 -
CMYK 0 0.30 0.06 0.20
HSL 312.79º 0.37% 0.68% -
HSV(B) 312.79º 0.3% 0.8% -
XYZ 43.6 35.76 53.32 -
YUV 165.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 203 142 190 0 0.30 0.06 0.20 312.79 0.37 0.68
Hex CB 8E BE 0 1E 6 14 139 25 44
Octal 313 216 276 0 36 6 24 471 45 104
Binary 11001011 10001110 10111110 0 11110 110 10100 100111001 100101 1000100

Color Harmonies of #CB8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EBE

Black with #CB8EBE

Text Example


Text Example

White with #CB8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EBE; }

 p { color: rgb(203,142,190); }

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

background-color css

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

 a { background-color: rgb(203,142,190); }

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

border-color css

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

 span { border-color: rgb(203,142,190); }

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