Html Css Color HEX #C1B7FE Lavender Blue

📋 copy color: '#C1B7FE'

red 193 ◦ green 183 ◦ blue 254

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

Shades of Lavender Blue #C1B7FE

Tints of Lavender Blue #C1B7FE

RGB

 RED value IS 193 (75.78% from 255) = 30.63%

 GREEN value IS 183 (71.88% from 255) = 29.05%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 30.63%
G = 29.05%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1B7FE (or 0xC1B7FE) is known color: Lavender Blue. HEX triplet: C1, B7 and FE. RGB value is (193,183,254). Sum of RGB (Red+Green+Blue) = 193+183+254=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B7FE is #3E4801. Grayscale: #C1C1C1. Windows color (decimal): -4081666 or 16693185. OLE color: 16693185.

HSL color Cylindrical-coordinate representation of color #C1B7FE: hue angle of 248.45º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B7FE is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 183 254 -
CMYK 0.24 0.28 0 0.00
HSL 248.45º 0.97% 0.86% -
HSV(B) 248.45º 0.28% 1% -
XYZ 56.82 52.36 100.88 -
YUV 194.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 193 183 254 0.24 0.28 0 0.00 248.45 0.97 0.86
Hex C1 B7 FE 18 1C 0 0 F8 61 56
Octal 301 267 376 30 34 0 0 370 141 126
Binary 11000001 10110111 11111110 11000 11100 0 0 11111000 1100001 1010110

Color Harmonies of #C1B7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B7FE

Black with #C1B7FE

Text Example


Text Example

White with #C1B7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B7FE; }

 p { color: rgb(193,183,254); }

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

background-color css

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

 a { background-color: rgb(193,183,254); }

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

border-color css

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

 span { border-color: rgb(193,183,254); }

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