Html Css Color HEX #C7B4FE Lavender Blue

📋 copy color: '#C7B4FE'

red 199 ◦ green 180 ◦ blue 254

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

Shades of Lavender Blue #C7B4FE

Tints of Lavender Blue #C7B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.44%

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

R = 31.44%
G = 28.44%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7B4FE (or 0xC7B4FE) is known color: Lavender Blue. HEX triplet: C7, B4 and FE. RGB value is (199,180,254). Sum of RGB (Red+Green+Blue) = 199+180+254=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B4FE is #384B01. Grayscale: #C1C1C1. Windows color (decimal): -3689218 or 16692423. OLE color: 16692423.

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

Color convert

RGB 199 180 254 -
CMYK 0.22 0.29 0 0.00
HSL 255.41º 0.97% 0.85% -
HSV(B) 255.41º 0.29% 1% -
XYZ 57.76 51.94 100.75 -
YUV 194.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 199 180 254 0.22 0.29 0 0.00 255.41 0.97 0.85
Hex C7 B4 FE 16 1D 0 0 FF 61 55
Octal 307 264 376 26 35 0 0 377 141 125
Binary 11000111 10110100 11111110 10110 11101 0 0 11111111 1100001 1010101

Color Harmonies of #C7B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B4FE

Black with #C7B4FE

Text Example


Text Example

White with #C7B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B4FE; }

 p { color: rgb(199,180,254); }

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

background-color css

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

 a { background-color: rgb(199,180,254); }

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

border-color css

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

 span { border-color: rgb(199,180,254); }

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