Html Css Color HEX #C8C0FB Lavender Blue

📋 copy color: '#C8C0FB'

red 200 ◦ green 192 ◦ blue 251

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

Shades of Lavender Blue #C8C0FB

Tints of Lavender Blue #C8C0FB

RGB

 RED value IS 200 (78.52% from 255) = 31.1%

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

 BLUE value IS 251 (98.44% from 255) = 39.04%

R = 31.1%
G = 29.86%
B = 39.04%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8C0FB (or 0xC8C0FB) is known color: Lavender Blue. HEX triplet: C8, C0 and FB. RGB value is (200,192,251). Sum of RGB (Red+Green+Blue) = 200+192+251=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0FB is #373F04. Grayscale: #C8C8C8. Windows color (decimal): -3620613 or 16498888. OLE color: 16498888.

HSL color Cylindrical-coordinate representation of color #C8C0FB: hue angle of 248.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8C0FB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 192 251 -
CMYK 0.20 0.24 0 0.02
HSL 248.14º 0.88% 0.87% -
HSV(B) 248.14º 0.24% 0.98% -
XYZ 60.08 56.94 99.09 -
YUV 201.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 200 192 251 0.20 0.24 0 0.02 248.14 0.88 0.87
Hex C8 C0 FB 14 18 0 2 F8 58 57
Octal 310 300 373 24 30 0 2 370 130 127
Binary 11001000 11000000 11111011 10100 11000 0 10 11111000 1011000 1010111

Color Harmonies of #C8C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0FB

Black with #C8C0FB

Text Example


Text Example

White with #C8C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0FB; }

 p { color: rgb(200,192,251); }

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

background-color css

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

 a { background-color: rgb(200,192,251); }

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

border-color css

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

 span { border-color: rgb(200,192,251); }

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