Html Css Color HEX #CB8EBC Lily

📋 copy color: '#CB8EBC'

red 203 ◦ green 142 ◦ blue 188

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

Shades of Lily #CB8EBC

Tints of Lily #CB8EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 38.09%
G = 26.64%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB8EBC (or 0xCB8EBC) is known color: Lily. HEX triplet: CB, 8E and BC. RGB value is (203,142,188). Sum of RGB (Red+Green+Blue) = 203+142+188=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBC is #347143. Grayscale: #A5A5A5. Windows color (decimal): -3436868 or 12357323. OLE color: 12357323.

HSL color Cylindrical-coordinate representation of color #CB8EBC: hue angle of 314.75º 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 #CB8EBC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 142 188 -
CMYK 0 0.30 0.07 0.20
HSL 314.75º 0.37% 0.68% -
HSV(B) 314.75º 0.3% 0.8% -
XYZ 43.38 35.67 52.18 -
YUV 165.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 203 142 188 0 0.30 0.07 0.20 314.75 0.37 0.68
Hex CB 8E BC 0 1E 7 14 13B 25 44
Octal 313 216 274 0 36 7 24 473 45 104
Binary 11001011 10001110 10111100 0 11110 111 10100 100111011 100101 1000100

Color Harmonies of #CB8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EBC

Black with #CB8EBC

Text Example


Text Example

White with #CB8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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