Html Css Color HEX #CB8FBE Lily

📋 copy color: '#CB8FBE'

red 203 ◦ green 143 ◦ blue 190

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

Shades of Lily #CB8FBE

Tints of Lily #CB8FBE

RGB

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

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

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

R = 37.87%
G = 26.68%
B = 35.45%

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

#CB8FBE (or 0xCB8FBE) is known color: Lily. HEX triplet: CB, 8F and BE. RGB value is (203,143,190). Sum of RGB (Red+Green+Blue) = 203+143+190=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FBE is #347041. Grayscale: #A6A6A6. Windows color (decimal): -3436610 or 12488651. OLE color: 12488651.

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

Color convert

RGB 203 143 190 -
CMYK 0 0.30 0.06 0.20
HSL 313º 0.37% 0.68% -
HSV(B) 313º 0.3% 0.8% -
XYZ 43.75 36.06 53.37 -
YUV 166.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 203 143 190 0 0.30 0.06 0.20 313 0.37 0.68
Hex CB 8F BE 0 1E 6 14 139 25 44
Octal 313 217 276 0 36 6 24 471 45 104
Binary 11001011 10001111 10111110 0 11110 110 10100 100111001 100101 1000100

Color Harmonies of #CB8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8FBE

Black with #CB8FBE

Text Example


Text Example

White with #CB8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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