Html Css Color HEX #CA7FB1 Lily

📋 copy color: '#CA7FB1'

red 202 ◦ green 127 ◦ blue 177

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

Shades of Lily #CA7FB1

Tints of Lily #CA7FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.98%

R = 39.92%
G = 25.1%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA7FB1 (or 0xCA7FB1) is known color: Lily. HEX triplet: CA, 7F and B1. RGB value is (202,127,177). Sum of RGB (Red+Green+Blue) = 202+127+177=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FB1 is #35804E. Grayscale: #9A9A9A. Windows color (decimal): -3506255 or 11632586. OLE color: 11632586.

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

Color convert

RGB 202 127 177 -
CMYK 0 0.37 0.12 0.21
HSL 320º 0.41% 0.65% -
HSV(B) 320º 0.37% 0.79% -
XYZ 39.88 30.91 45.46 -
YUV 155.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 202 127 177 0 0.37 0.12 0.21 320 0.41 0.65
Hex CA 7F B1 0 25 C 15 140 29 41
Octal 312 177 261 0 45 14 25 500 51 101
Binary 11001010 1111111 10110001 0 100101 1100 10101 101000000 101001 1000001

Color Harmonies of #CA7FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FB1

Black with #CA7FB1

Text Example


Text Example

White with #CA7FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FB1; }

 p { color: rgb(202,127,177); }

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

background-color css

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

 a { background-color: rgb(202,127,177); }

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

border-color css

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

 span { border-color: rgb(202,127,177); }

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