Html Css Color HEX #C7C0F7 Lavender Blue

📋 copy color: '#C7C0F7'

red 199 ◦ green 192 ◦ blue 247

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

Shades of Lavender Blue #C7C0F7

Tints of Lavender Blue #C7C0F7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.09%

 BLUE value IS 247 (96.88% from 255) = 38.71%

R = 31.19%
G = 30.09%
B = 38.71%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C7C0F7 (or 0xC7C0F7) is known color: Lavender Blue. HEX triplet: C7, C0 and F7. RGB value is (199,192,247). Sum of RGB (Red+Green+Blue) = 199+192+247=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7C0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C0F7 is #383F08. Grayscale: #C8C8C8. Windows color (decimal): -3686153 or 16236743. OLE color: 16236743.

HSL color Cylindrical-coordinate representation of color #C7C0F7: hue angle of 247.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C0F7 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 192 247 -
CMYK 0.19 0.22 0 0.03
HSL 247.64º 0.77% 0.86% -
HSV(B) 247.64º 0.22% 0.97% -
XYZ 59.19 56.56 95.79 -
YUV 200.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 199 192 247 0.19 0.22 0 0.03 247.64 0.77 0.86
Hex C7 C0 F7 13 16 0 3 F8 4D 56
Octal 307 300 367 23 26 0 3 370 115 126
Binary 11000111 11000000 11110111 10011 10110 0 11 11111000 1001101 1010110

Color Harmonies of #C7C0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0F7

Black with #C7C0F7

Text Example


Text Example

White with #C7C0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0F7; }

 p { color: rgb(199,192,247); }

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

background-color css

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

 a { background-color: rgb(199,192,247); }

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

border-color css

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

 span { border-color: rgb(199,192,247); }

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