Html Css Color HEX #C5B5FF Lavender Blue

📋 copy color: '#C5B5FF'

red 197 ◦ green 181 ◦ blue 255

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

Shades of Lavender Blue #C5B5FF

Tints of Lavender Blue #C5B5FF

RGB

 RED value IS 197 (77.34% from 255) = 31.12%

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

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

R = 31.12%
G = 28.59%
B = 40.28%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5B5FF (or 0xC5B5FF) is known color: Lavender Blue. HEX triplet: C5, B5 and FF. RGB value is (197,181,255). Sum of RGB (Red+Green+Blue) = 197+181+255=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5FF is #3A4A00. Grayscale: #C1C1C1. Windows color (decimal): -3820033 or 16758213. OLE color: 16758213.

HSL color Cylindrical-coordinate representation of color #C5B5FF: hue angle of 252.97º 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 #C5B5FF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 181 255 -
CMYK 0.23 0.29 0 0
HSL 252.97º 1% 0.85% -
HSV(B) 252.97º 0.29% 1% -
XYZ 57.6 52.14 101.64 -
YUV 194.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 197 181 255 0.23 0.29 0 0 252.97 1 0.85
Hex C5 B5 FF 17 1D 0 0 FD 64 55
Octal 305 265 377 27 35 0 0 375 144 125
Binary 11000101 10110101 11111111 10111 11101 0 0 11111101 1100100 1010101

Color Harmonies of #C5B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5FF

Black with #C5B5FF

Text Example


Text Example

White with #C5B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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