Html Css Color HEX #C6B5FD Lavender Blue

📋 copy color: '#C6B5FD'

red 198 ◦ green 181 ◦ blue 253

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

Shades of Lavender Blue #C6B5FD

Tints of Lavender Blue #C6B5FD

RGB

 RED value IS 198 (77.73% from 255) = 31.33%

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 31.33%
G = 28.64%
B = 40.03%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6B5FD (or 0xC6B5FD) is known color: Lavender Blue. HEX triplet: C6, B5 and FD. RGB value is (198,181,253). Sum of RGB (Red+Green+Blue) = 198+181+253=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B5FD is #394A02. Grayscale: #C2C2C2. Windows color (decimal): -3754499 or 16627142. OLE color: 16627142.

HSL color Cylindrical-coordinate representation of color #C6B5FD: hue angle of 254.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6B5FD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 181 253 -
CMYK 0.22 0.28 0 0.01
HSL 254.17º 0.95% 0.85% -
HSV(B) 254.17º 0.28% 0.99% -
XYZ 57.54 52.15 99.96 -
YUV 194.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 198 181 253 0.22 0.28 0 0.01 254.17 0.95 0.85
Hex C6 B5 FD 16 1C 0 1 FE 5F 55
Octal 306 265 375 26 34 0 1 376 137 125
Binary 11000110 10110101 11111101 10110 11100 0 1 11111110 1011111 1010101

Color Harmonies of #C6B5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5FD

Black with #C6B5FD

Text Example


Text Example

White with #C6B5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5FD; }

 p { color: rgb(198,181,253); }

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

background-color css

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

 a { background-color: rgb(198,181,253); }

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

border-color css

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

 span { border-color: rgb(198,181,253); }

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