Html Css Color HEX #C7BFFF Lavender Blue

📋 copy color: '#C7BFFF'

red 199 ◦ green 191 ◦ blue 255

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

Shades of Lavender Blue #C7BFFF

Tints of Lavender Blue #C7BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 29.61%

 BLUE value IS 255 (100% from 255) = 39.53%

R = 30.85%
G = 29.61%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7BFFF (or 0xC7BFFF) is known color: Lavender Blue. HEX triplet: C7, BF and FF. RGB value is (199,191,255). Sum of RGB (Red+Green+Blue) = 199+191+255=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFFF is #384000. Grayscale: #C8C8C8. Windows color (decimal): -3686401 or 16760775. OLE color: 16760775.

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

Color convert

RGB 199 191 255 -
CMYK 0.22 0.25 0 0
HSL 247.5º 1% 0.87% -
HSV(B) 247.5º 0.25% 1% -
XYZ 60.23 56.62 102.36 -
YUV 200.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 199 191 255 0.22 0.25 0 0 247.5 1 0.87
Hex C7 BF FF 16 19 0 0 F8 64 57
Octal 307 277 377 26 31 0 0 370 144 127
Binary 11000111 10111111 11111111 10110 11001 0 0 11111000 1100100 1010111

Color Harmonies of #C7BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFFF

Black with #C7BFFF

Text Example


Text Example

White with #C7BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFFF; }

 p { color: rgb(199,191,255); }

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

background-color css

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

 a { background-color: rgb(199,191,255); }

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

border-color css

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

 span { border-color: rgb(199,191,255); }

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