Html Css Color HEX #CB8EB4 Lily

📋 copy color: '#CB8EB4'

red 203 ◦ green 142 ◦ blue 180

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

Shades of Lily #CB8EB4

Tints of Lily #CB8EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 38.67%
G = 27.05%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB8EB4 (or 0xCB8EB4) is known color: Lily. HEX triplet: CB, 8E and B4. RGB value is (203,142,180). Sum of RGB (Red+Green+Blue) = 203+142+180=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EB4 is #34714B. Grayscale: #A4A4A4. Windows color (decimal): -3436876 or 11833035. OLE color: 11833035.

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

Color convert

RGB 203 142 180 -
CMYK 0 0.30 0.11 0.20
HSL 322.62º 0.37% 0.68% -
HSV(B) 322.62º 0.3% 0.8% -
XYZ 42.54 35.34 47.76 -
YUV 164.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 203 142 180 0 0.30 0.11 0.20 322.62 0.37 0.68
Hex CB 8E B4 0 1E B 14 143 25 44
Octal 313 216 264 0 36 13 24 503 45 104
Binary 11001011 10001110 10110100 0 11110 1011 10100 101000011 100101 1000100

Color Harmonies of #CB8EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8EB4

Black with #CB8EB4

Text Example


Text Example

White with #CB8EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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