Html Css Color HEX #C3C0FD Lavender Blue

📋 copy color: '#C3C0FD'

red 195 ◦ green 192 ◦ blue 253

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

Shades of Lavender Blue #C3C0FD

Tints of Lavender Blue #C3C0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 30.47%
G = 30%
B = 39.53%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3C0FD (or 0xC3C0FD) is known color: Lavender Blue. HEX triplet: C3, C0 and FD. RGB value is (195,192,253). Sum of RGB (Red+Green+Blue) = 195+192+253=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0FD is #3C3F02. Grayscale: #C7C7C7. Windows color (decimal): -3948291 or 16629955. OLE color: 16629955.

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

Color convert

RGB 195 192 253 -
CMYK 0.23 0.24 0 0.01
HSL 242.95º 0.94% 0.87% -
HSV(B) 242.95º 0.24% 0.99% -
XYZ 59.08 56.39 100.7 -
YUV 199.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 195 192 253 0.23 0.24 0 0.01 242.95 0.94 0.87
Hex C3 C0 FD 17 18 0 1 F3 5E 57
Octal 303 300 375 27 30 0 1 363 136 127
Binary 11000011 11000000 11111101 10111 11000 0 1 11110011 1011110 1010111

Color Harmonies of #C3C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0FD

Black with #C3C0FD

Text Example


Text Example

White with #C3C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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