Html Css Color HEX #C3B5FF Lavender Blue

📋 copy color: '#C3B5FF'

red 195 ◦ green 181 ◦ blue 255

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

Shades of Lavender Blue #C3B5FF

Tints of Lavender Blue #C3B5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 30.9%
G = 28.68%
B = 40.41%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3B5FF (or 0xC3B5FF) is known color: Lavender Blue. HEX triplet: C3, B5 and FF. RGB value is (195,181,255). Sum of RGB (Red+Green+Blue) = 195+181+255=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5FF is #3C4A00. Grayscale: #C1C1C1. Windows color (decimal): -3951105 or 16758211. OLE color: 16758211.

HSL color Cylindrical-coordinate representation of color #C3B5FF: hue angle of 251.35º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B5FF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 181 255 -
CMYK 0.24 0.29 0 0
HSL 251.35º 1% 0.85% -
HSV(B) 251.35º 0.29% 1% -
XYZ 57.08 51.87 101.61 -
YUV 193.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 195 181 255 0.24 0.29 0 0 251.35 1 0.85
Hex C3 B5 FF 18 1D 0 0 FB 64 55
Octal 303 265 377 30 35 0 0 373 144 125
Binary 11000011 10110101 11111111 11000 11101 0 0 11111011 1100100 1010101

Color Harmonies of #C3B5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5FF

Black with #C3B5FF

Text Example


Text Example

White with #C3B5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5FF; }

 p { color: rgb(195,181,255); }

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

background-color css

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

 a { background-color: rgb(195,181,255); }

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

border-color css

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

 span { border-color: rgb(195,181,255); }

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