Html Css Color HEX #C7B5FE Lavender Blue

📋 copy color: '#C7B5FE'

red 199 ◦ green 181 ◦ blue 254

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

Shades of Lavender Blue #C7B5FE

Tints of Lavender Blue #C7B5FE

RGB

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

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

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

R = 31.39%
G = 28.55%
B = 40.06%

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

#C7B5FE (or 0xC7B5FE) is known color: Lavender Blue. HEX triplet: C7, B5 and FE. RGB value is (199,181,254). Sum of RGB (Red+Green+Blue) = 199+181+254=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5FE is #384A01. Grayscale: #C2C2C2. Windows color (decimal): -3688962 or 16692679. OLE color: 16692679.

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

Color convert

RGB 199 181 254 -
CMYK 0.22 0.29 0 0.00
HSL 254.79º 0.97% 0.85% -
HSV(B) 254.79º 0.29% 1% -
XYZ 57.97 52.35 100.81 -
YUV 194.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 199 181 254 0.22 0.29 0 0.00 254.79 0.97 0.85
Hex C7 B5 FE 16 1D 0 0 FF 61 55
Octal 307 265 376 26 35 0 0 377 141 125
Binary 11000111 10110101 11111110 10110 11101 0 0 11111111 1100001 1010101

Color Harmonies of #C7B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B5FE

Black with #C7B5FE

Text Example


Text Example

White with #C7B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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