Html Css Color HEX #C3C6FA Lavender Blue

📋 copy color: '#C3C6FA'

red 195 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #C3C6FA

Tints of Lavender Blue #C3C6FA

RGB

 RED value IS 195 (76.56% from 255) = 30.33%

 GREEN value IS 198 (77.73% from 255) = 30.79%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 30.33%
G = 30.79%
B = 38.88%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3C6FA (or 0xC3C6FA) is known color: Lavender Blue. HEX triplet: C3, C6 and FA. RGB value is (195,198,250). Sum of RGB (Red+Green+Blue) = 195+198+250=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C6FA is #3C3905. Grayscale: #CACACA. Windows color (decimal): -3946758 or 16434883. OLE color: 16434883.

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

Color convert

RGB 195 198 250 -
CMYK 0.22 0.21 0 0.02
HSL 236.73º 0.85% 0.87% -
HSV(B) 236.73º 0.22% 0.98% -
XYZ 59.96 58.89 98.65 -
YUV 203.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 195 198 250 0.22 0.21 0 0.02 236.73 0.85 0.87
Hex C3 C6 FA 16 15 0 2 ED 55 57
Octal 303 306 372 26 25 0 2 355 125 127
Binary 11000011 11000110 11111010 10110 10101 0 10 11101101 1010101 1010111

Color Harmonies of #C3C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C6FA

Black with #C3C6FA

Text Example


Text Example

White with #C3C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C6FA; }

 p { color: rgb(195,198,250); }

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

background-color css

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

 a { background-color: rgb(195,198,250); }

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

border-color css

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

 span { border-color: rgb(195,198,250); }

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