Html Css Color HEX #CB8FB4 Lily

📋 copy color: '#CB8FB4'

red 203 ◦ green 143 ◦ blue 180

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

Shades of Lily #CB8FB4

Tints of Lily #CB8FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

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

R = 38.59%
G = 27.19%
B = 34.22%

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

#CB8FB4 (or 0xCB8FB4) is known color: Lily. HEX triplet: CB, 8F and B4. RGB value is (203,143,180). Sum of RGB (Red+Green+Blue) = 203+143+180=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FB4 is #34704B. Grayscale: #A5A5A5. Windows color (decimal): -3436620 or 11833291. OLE color: 11833291.

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

Color convert

RGB 203 143 180 -
CMYK 0 0.30 0.11 0.20
HSL 323º 0.37% 0.68% -
HSV(B) 323º 0.3% 0.8% -
XYZ 42.69 35.64 47.81 -
YUV 165.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 203 143 180 0 0.30 0.11 0.20 323 0.37 0.68
Hex CB 8F B4 0 1E B 14 143 25 44
Octal 313 217 264 0 36 13 24 503 45 104
Binary 11001011 10001111 10110100 0 11110 1011 10100 101000011 100101 1000100

Color Harmonies of #CB8FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8FB4

Black with #CB8FB4

Text Example


Text Example

White with #CB8FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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