Html Css Color HEX #CA8BB4 Lily

📋 copy color: '#CA8BB4'

red 202 ◦ green 139 ◦ blue 180

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

Shades of Lily #CA8BB4

Tints of Lily #CA8BB4

RGB

 RED value IS 202 (79.3% from 255) = 38.77%

 GREEN value IS 139 (54.69% from 255) = 26.68%

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 38.77%
G = 26.68%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA8BB4 (or 0xCA8BB4) is known color: Lily. HEX triplet: CA, 8B and B4. RGB value is (202,139,180). Sum of RGB (Red+Green+Blue) = 202+139+180=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BB4 is #35744B. Grayscale: #A2A2A2. Windows color (decimal): -3503180 or 11832266. OLE color: 11832266.

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

Color convert

RGB 202 139 180 -
CMYK 0 0.31 0.11 0.21
HSL 320.95º 0.37% 0.67% -
HSV(B) 320.95º 0.31% 0.79% -
XYZ 41.83 34.32 47.6 -
YUV 162.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 202 139 180 0 0.31 0.11 0.21 320.95 0.37 0.67
Hex CA 8B B4 0 1F B 15 141 25 43
Octal 312 213 264 0 37 13 25 501 45 103
Binary 11001010 10001011 10110100 0 11111 1011 10101 101000001 100101 1000011

Color Harmonies of #CA8BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8BB4

Black with #CA8BB4

Text Example


Text Example

White with #CA8BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8BB4; }

 p { color: rgb(202,139,180); }

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

background-color css

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

 a { background-color: rgb(202,139,180); }

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

border-color css

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

 span { border-color: rgb(202,139,180); }

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