Html Css Color HEX #CB7FBA Lily

📋 copy color: '#CB7FBA'

red 203 ◦ green 127 ◦ blue 186

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

Shades of Lily #CB7FBA

Tints of Lily #CB7FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 39.34%
G = 24.61%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB7FBA (or 0xCB7FBA) is known color: Lily. HEX triplet: CB, 7F and BA. RGB value is (203,127,186). Sum of RGB (Red+Green+Blue) = 203+127+186=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FBA is #348045. Grayscale: #9C9C9C. Windows color (decimal): -3440710 or 12222411. OLE color: 12222411.

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

Color convert

RGB 203 127 186 -
CMYK 0 0.37 0.08 0.20
HSL 313.42º 0.42% 0.65% -
HSV(B) 313.42º 0.37% 0.8% -
XYZ 41.08 31.42 50.35 -
YUV 156.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 203 127 186 0 0.37 0.08 0.20 313.42 0.42 0.65
Hex CB 7F BA 0 25 8 14 139 2A 41
Octal 313 177 272 0 45 10 24 471 52 101
Binary 11001011 1111111 10111010 0 100101 1000 10100 100111001 101010 1000001

Color Harmonies of #CB7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FBA

Black with #CB7FBA

Text Example


Text Example

White with #CB7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FBA; }

 p { color: rgb(203,127,186); }

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

background-color css

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

 a { background-color: rgb(203,127,186); }

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

border-color css

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

 span { border-color: rgb(203,127,186); }

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