Html Css Color HEX #C3C0FE Lavender Blue

📋 copy color: '#C3C0FE'

red 195 ◦ green 192 ◦ blue 254

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

Shades of Lavender Blue #C3C0FE

Tints of Lavender Blue #C3C0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 30.42%
G = 29.95%
B = 39.63%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3C0FE (or 0xC3C0FE) is known color: Lavender Blue. HEX triplet: C3, C0 and FE. RGB value is (195,192,254). Sum of RGB (Red+Green+Blue) = 195+192+254=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0FE is #3C3F01. Grayscale: #C7C7C7. Windows color (decimal): -3948290 or 16695491. OLE color: 16695491.

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

Color convert

RGB 195 192 254 -
CMYK 0.23 0.24 0 0.00
HSL 242.9º 0.97% 0.87% -
HSV(B) 242.9º 0.24% 1% -
XYZ 59.24 56.46 101.54 -
YUV 199.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 195 192 254 0.23 0.24 0 0.00 242.9 0.97 0.87
Hex C3 C0 FE 17 18 0 0 F3 61 57
Octal 303 300 376 27 30 0 0 363 141 127
Binary 11000011 11000000 11111110 10111 11000 0 0 11110011 1100001 1010111

Color Harmonies of #C3C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0FE

Black with #C3C0FE

Text Example


Text Example

White with #C3C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0FE; }

 p { color: rgb(195,192,254); }

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

background-color css

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

 a { background-color: rgb(195,192,254); }

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

border-color css

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

 span { border-color: rgb(195,192,254); }

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