Html Css Color HEX #C9B5FF Lavender Blue

📋 copy color: '#C9B5FF'

red 201 ◦ green 181 ◦ blue 255

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

Shades of Lavender Blue #C9B5FF

Tints of Lavender Blue #C9B5FF

RGB

 RED value IS 201 (78.91% from 255) = 31.55%

 GREEN value IS 181 (71.09% from 255) = 28.41%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 31.55%
G = 28.41%
B = 40.03%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9B5FF (or 0xC9B5FF) is known color: Lavender Blue. HEX triplet: C9, B5 and FF. RGB value is (201,181,255). Sum of RGB (Red+Green+Blue) = 201+181+255=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5FF is #364A00. Grayscale: #C3C3C3. Windows color (decimal): -3557889 or 16758217. OLE color: 16758217.

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

Color convert

RGB 201 181 255 -
CMYK 0.21 0.29 0 0
HSL 256.22º 1% 0.85% -
HSV(B) 256.22º 0.29% 1% -
XYZ 58.66 52.69 101.69 -
YUV 195.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 201 181 255 0.21 0.29 0 0 256.22 1 0.85
Hex C9 B5 FF 15 1D 0 0 100 64 55
Octal 311 265 377 25 35 0 0 400 144 125
Binary 11001001 10110101 11111111 10101 11101 0 0 100000000 1100100 1010101

Color Harmonies of #C9B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B5FF

Black with #C9B5FF

Text Example


Text Example

White with #C9B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B5FF; }

 p { color: rgb(201,181,255); }

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

background-color css

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

 a { background-color: rgb(201,181,255); }

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

border-color css

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

 span { border-color: rgb(201,181,255); }

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