Html Css Color HEX #CB84B9 Lily

📋 copy color: '#CB84B9'

red 203 ◦ green 132 ◦ blue 185

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

Shades of Lily #CB84B9

Tints of Lily #CB84B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.38%

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 39.04%
G = 25.38%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB84B9 (or 0xCB84B9) is known color: Lily. HEX triplet: CB, 84 and B9. RGB value is (203,132,185). Sum of RGB (Red+Green+Blue) = 203+132+185=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84B9 is #347B46. Grayscale: #9F9F9F. Windows color (decimal): -3439431 or 12158155. OLE color: 12158155.

HSL color Cylindrical-coordinate representation of color #CB84B9: hue angle of 315.21º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB84B9 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 185 -
CMYK 0 0.35 0.09 0.20
HSL 315.21º 0.41% 0.66% -
HSV(B) 315.21º 0.35% 0.8% -
XYZ 41.64 32.7 50.02 -
YUV 159.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 203 132 185 0 0.35 0.09 0.20 315.21 0.41 0.66
Hex CB 84 B9 0 23 9 14 13B 29 42
Octal 313 204 271 0 43 11 24 473 51 102
Binary 11001011 10000100 10111001 0 100011 1001 10100 100111011 101001 1000010

Color Harmonies of #CB84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB84B9

Black with #CB84B9

Text Example


Text Example

White with #CB84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB84B9; }

 p { color: rgb(203,132,185); }

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

background-color css

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

 a { background-color: rgb(203,132,185); }

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

border-color css

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

 span { border-color: rgb(203,132,185); }

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