Html Css Color HEX #C5C3FC Lavender Blue

📋 copy color: '#C5C3FC'

red 197 ◦ green 195 ◦ blue 252

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

Shades of Lavender Blue #C5C3FC

Tints of Lavender Blue #C5C3FC

RGB

 RED value IS 197 (77.34% from 255) = 30.59%

 GREEN value IS 195 (76.56% from 255) = 30.28%

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 30.59%
G = 30.28%
B = 39.13%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5C3FC (or 0xC5C3FC) is known color: Lavender Blue. HEX triplet: C5, C3 and FC. RGB value is (197,195,252). Sum of RGB (Red+Green+Blue) = 197+195+252=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C3FC is #3A3C03. Grayscale: #C9C9C9. Windows color (decimal): -3816452 or 16565189. OLE color: 16565189.

HSL color Cylindrical-coordinate representation of color #C5C3FC: hue angle of 242.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5C3FC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 195 252 -
CMYK 0.22 0.23 0 0.01
HSL 242.11º 0.9% 0.88% -
HSV(B) 242.11º 0.23% 0.99% -
XYZ 60.11 57.93 100.11 -
YUV 202.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 197 195 252 0.22 0.23 0 0.01 242.11 0.9 0.88
Hex C5 C3 FC 16 17 0 1 F2 5A 58
Octal 305 303 374 26 27 0 1 362 132 130
Binary 11000101 11000011 11111100 10110 10111 0 1 11110010 1011010 1011000

Color Harmonies of #C5C3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3FC

Black with #C5C3FC

Text Example


Text Example

White with #C5C3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3FC; }

 p { color: rgb(197,195,252); }

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

background-color css

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

 a { background-color: rgb(197,195,252); }

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

border-color css

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

 span { border-color: rgb(197,195,252); }

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