Html Css Color HEX #C7B6FC Lavender Blue

📋 copy color: '#C7B6FC'

red 199 ◦ green 182 ◦ blue 252

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

Shades of Lavender Blue #C7B6FC

Tints of Lavender Blue #C7B6FC

RGB

 RED value IS 199 (78.13% from 255) = 31.44%

 GREEN value IS 182 (71.48% from 255) = 28.75%

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 31.44%
G = 28.75%
B = 39.81%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7B6FC (or 0xC7B6FC) is known color: Lavender Blue. HEX triplet: C7, B6 and FC. RGB value is (199,182,252). Sum of RGB (Red+Green+Blue) = 199+182+252=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7B6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B6FC is #384903. Grayscale: #C2C2C2. Windows color (decimal): -3688708 or 16561863. OLE color: 16561863.

HSL color Cylindrical-coordinate representation of color #C7B6FC: hue angle of 254.57º degrees, saturation: 0.92, 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 #C7B6FC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 182 252 -
CMYK 0.21 0.28 0 0.01
HSL 254.57º 0.92% 0.85% -
HSV(B) 254.57º 0.28% 0.99% -
XYZ 57.85 52.63 99.2 -
YUV 195.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 199 182 252 0.21 0.28 0 0.01 254.57 0.92 0.85
Hex C7 B6 FC 15 1C 0 1 FF 5C 55
Octal 307 266 374 25 34 0 1 377 134 125
Binary 11000111 10110110 11111100 10101 11100 0 1 11111111 1011100 1010101

Color Harmonies of #C7B6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B6FC

Black with #C7B6FC

Text Example


Text Example

White with #C7B6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B6FC; }

 p { color: rgb(199,182,252); }

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

background-color css

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

 a { background-color: rgb(199,182,252); }

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

border-color css

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

 span { border-color: rgb(199,182,252); }

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