Html Css Color HEX #C0C5FF Lavender Blue

📋 copy color: '#C0C5FF'

red 192 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #C0C5FF

Tints of Lavender Blue #C0C5FF

RGB

 RED value IS 192 (75.39% from 255) = 29.81%

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

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

R = 29.81%
G = 30.59%
B = 39.6%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0C5FF (or 0xC0C5FF) is known color: Lavender Blue. HEX triplet: C0, C5 and FF. RGB value is (192,197,255). Sum of RGB (Red+Green+Blue) = 192+197+255=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C5FF is #3F3A00. Grayscale: #C9C9C9. Windows color (decimal): -4143617 or 16762304. OLE color: 16762304.

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

Color convert

RGB 192 197 255 -
CMYK 0.25 0.23 0 0
HSL 235.24º 1% 0.88% -
HSV(B) 235.24º 0.25% 1% -
XYZ 59.75 58.36 102.72 -
YUV 202.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 192 197 255 0.25 0.23 0 0 235.24 1 0.88
Hex C0 C5 FF 19 17 0 0 EB 64 58
Octal 300 305 377 31 27 0 0 353 144 130
Binary 11000000 11000101 11111111 11001 10111 0 0 11101011 1100100 1011000

Color Harmonies of #C0C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C5FF

Black with #C0C5FF

Text Example


Text Example

White with #C0C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C5FF; }

 p { color: rgb(192,197,255); }

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

background-color css

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

 a { background-color: rgb(192,197,255); }

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

border-color css

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

 span { border-color: rgb(192,197,255); }

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