Html Css Color HEX #C0CAFF Lavender Blue

📋 copy color: '#C0CAFF'

red 192 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #C0CAFF

Tints of Lavender Blue #C0CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.12%

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

R = 29.58%
G = 31.12%
B = 39.29%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0CAFF (or 0xC0CAFF) is known color: Lavender Blue. HEX triplet: C0, CA and FF. RGB value is (192,202,255). Sum of RGB (Red+Green+Blue) = 192+202+255=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAFF is #3F3500. Grayscale: #CCCCCC. Windows color (decimal): -4142337 or 16763584. OLE color: 16763584.

HSL color Cylindrical-coordinate representation of color #C0CAFF: hue angle of 230.48º 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 #C0CAFF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 202 255 -
CMYK 0.25 0.21 0 0
HSL 230.48º 1% 0.88% -
HSV(B) 230.48º 0.25% 1% -
XYZ 60.91 60.67 103.11 -
YUV 205.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 192 202 255 0.25 0.21 0 0 230.48 1 0.88
Hex C0 CA FF 19 15 0 0 E6 64 58
Octal 300 312 377 31 25 0 0 346 144 130
Binary 11000000 11001010 11111111 11001 10101 0 0 11100110 1100100 1011000

Color Harmonies of #C0CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAFF

Black with #C0CAFF

Text Example


Text Example

White with #C0CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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