Html Css Color HEX #CB84B5 Lily

📋 copy color: '#CB84B5'

red 203 ◦ green 132 ◦ blue 181

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

Shades of Lily #CB84B5

Tints of Lily #CB84B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 39.34%
G = 25.58%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB84B5 (or 0xCB84B5) is known color: Lily. HEX triplet: CB, 84 and B5. RGB value is (203,132,181). Sum of RGB (Red+Green+Blue) = 203+132+181=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84B5 is #347B4A. Grayscale: #9E9E9E. Windows color (decimal): -3439435 or 11896011. OLE color: 11896011.

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

Color convert

RGB 203 132 181 -
CMYK 0 0.35 0.11 0.20
HSL 318.59º 0.41% 0.66% -
HSV(B) 318.59º 0.35% 0.8% -
XYZ 41.22 32.54 47.82 -
YUV 158.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 203 132 181 0 0.35 0.11 0.20 318.59 0.41 0.66
Hex CB 84 B5 0 23 B 14 13F 29 42
Octal 313 204 265 0 43 13 24 477 51 102
Binary 11001011 10000100 10110101 0 100011 1011 10100 100111111 101001 1000010

Color Harmonies of #CB84B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB84B5

Black with #CB84B5

Text Example


Text Example

White with #CB84B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB84B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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