Html Css Color HEX #CA8FBA Lily

📋 copy color: '#CA8FBA'

red 202 ◦ green 143 ◦ blue 186

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

Shades of Lily #CA8FBA

Tints of Lily #CA8FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.93%

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

R = 38.04%
G = 26.93%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA8FBA (or 0xCA8FBA) is known color: Lily. HEX triplet: CA, 8F and BA. RGB value is (202,143,186). Sum of RGB (Red+Green+Blue) = 202+143+186=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBA is #357045. Grayscale: #A5A5A5. Windows color (decimal): -3502150 or 12226506. OLE color: 12226506.

HSL color Cylindrical-coordinate representation of color #CA8FBA: hue angle of 316.27º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FBA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 186 -
CMYK 0 0.29 0.08 0.21
HSL 316.27º 0.36% 0.68% -
HSV(B) 316.27º 0.29% 0.79% -
XYZ 43.04 35.75 51.09 -
YUV 165.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 202 143 186 0 0.29 0.08 0.21 316.27 0.36 0.68
Hex CA 8F BA 0 1D 8 15 13C 24 44
Octal 312 217 272 0 35 10 25 474 44 104
Binary 11001010 10001111 10111010 0 11101 1000 10101 100111100 100100 1000100

Color Harmonies of #CA8FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FBA

Black with #CA8FBA

Text Example


Text Example

White with #CA8FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FBA; }

 p { color: rgb(202,143,186); }

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

background-color css

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

 a { background-color: rgb(202,143,186); }

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

border-color css

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

 span { border-color: rgb(202,143,186); }

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