Html Css Color HEX #C8C1F3 Lavender Blue

📋 copy color: '#C8C1F3'

red 200 ◦ green 193 ◦ blue 243

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

Shades of Lavender Blue #C8C1F3

Tints of Lavender Blue #C8C1F3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.35%

 BLUE value IS 243 (95.31% from 255) = 38.21%

R = 31.45%
G = 30.35%
B = 38.21%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8C1F3 (or 0xC8C1F3) is known color: Lavender Blue. HEX triplet: C8, C1 and F3. RGB value is (200,193,243). Sum of RGB (Red+Green+Blue) = 200+193+243=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8C1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C1F3 is #373E0C. Grayscale: #C8C8C8. Windows color (decimal): -3620365 or 15974856. OLE color: 15974856.

HSL color Cylindrical-coordinate representation of color #C8C1F3: hue angle of 248.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8C1F3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 193 243 -
CMYK 0.18 0.21 0 0.05
HSL 248.4º 0.68% 0.85% -
HSV(B) 248.4º 0.21% 0.95% -
XYZ 59.07 56.89 92.66 -
YUV 200.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 200 193 243 0.18 0.21 0 0.05 248.4 0.68 0.85
Hex C8 C1 F3 12 15 0 5 F8 44 55
Octal 310 301 363 22 25 0 5 370 104 125
Binary 11001000 11000001 11110011 10010 10101 0 101 11111000 1000100 1010101

Color Harmonies of #C8C1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1F3

Black with #C8C1F3

Text Example


Text Example

White with #C8C1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1F3; }

 p { color: rgb(200,193,243); }

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

background-color css

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

 a { background-color: rgb(200,193,243); }

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

border-color css

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

 span { border-color: rgb(200,193,243); }

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