Html Css Color HEX #CB8DBE Lily

📋 copy color: '#CB8DBE'

red 203 ◦ green 141 ◦ blue 190

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

Shades of Lily #CB8DBE

Tints of Lily #CB8DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

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

R = 38.01%
G = 26.4%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB8DBE (or 0xCB8DBE) is known color: Lily. HEX triplet: CB, 8D and BE. RGB value is (203,141,190). Sum of RGB (Red+Green+Blue) = 203+141+190=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DBE is #347241. Grayscale: #A4A4A4. Windows color (decimal): -3437122 or 12488139. OLE color: 12488139.

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

Color convert

RGB 203 141 190 -
CMYK 0 0.31 0.06 0.20
HSL 312.58º 0.37% 0.67% -
HSV(B) 312.58º 0.31% 0.8% -
XYZ 43.45 35.46 53.27 -
YUV 165.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 203 141 190 0 0.31 0.06 0.20 312.58 0.37 0.67
Hex CB 8D BE 0 1F 6 14 139 25 43
Octal 313 215 276 0 37 6 24 471 45 103
Binary 11001011 10001101 10111110 0 11111 110 10100 100111001 100101 1000011

Color Harmonies of #CB8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8DBE

Black with #CB8DBE

Text Example


Text Example

White with #CB8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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