Html Css Color HEX #C0B0FA Melrose

📋 copy color: '#C0B0FA'

red 192 ◦ green 176 ◦ blue 250

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

Shades of Melrose #C0B0FA

Tints of Melrose #C0B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.48%

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 31.07%
G = 28.48%
B = 40.45%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0B0FA (or 0xC0B0FA) is known color: Melrose. HEX triplet: C0, B0 and FA. RGB value is (192,176,250). Sum of RGB (Red+Green+Blue) = 192+176+250=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0FA is #3F4F05. Grayscale: #BCBCBC. Windows color (decimal): -4148998 or 16429248. OLE color: 16429248.

HSL color Cylindrical-coordinate representation of color #C0B0FA: hue angle of 252.97º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B0FA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 176 250 -
CMYK 0.23 0.30 0 0.02
HSL 252.97º 0.88% 0.84% -
HSV(B) 252.97º 0.3% 0.98% -
XYZ 54.52 49.16 97.06 -
YUV 189.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 192 176 250 0.23 0.30 0 0.02 252.97 0.88 0.84
Hex C0 B0 FA 17 1E 0 2 FD 58 54
Octal 300 260 372 27 36 0 2 375 130 124
Binary 11000000 10110000 11111010 10111 11110 0 10 11111101 1011000 1010100

Color Harmonies of #C0B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B0FA

Black with #C0B0FA

Text Example


Text Example

White with #C0B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B0FA; }

 p { color: rgb(192,176,250); }

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

background-color css

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

 a { background-color: rgb(192,176,250); }

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

border-color css

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

 span { border-color: rgb(192,176,250); }

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