Html Css Color HEX #C2B0FA Melrose

📋 copy color: '#C2B0FA'

red 194 ◦ green 176 ◦ blue 250

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

Shades of Melrose #C2B0FA

Tints of Melrose #C2B0FA

RGB

 RED value IS 194 (76.17% from 255) = 31.29%

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

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

R = 31.29%
G = 28.39%
B = 40.32%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2B0FA (or 0xC2B0FA) is known color: Melrose. HEX triplet: C2, B0 and FA. RGB value is (194,176,250). Sum of RGB (Red+Green+Blue) = 194+176+250=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B0FA is #3D4F05. Grayscale: #BDBDBD. Windows color (decimal): -4017926 or 16429250. OLE color: 16429250.

HSL color Cylindrical-coordinate representation of color #C2B0FA: hue angle of 254.59º 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 #C2B0FA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 176 250 -
CMYK 0.22 0.30 0 0.02
HSL 254.59º 0.88% 0.84% -
HSV(B) 254.59º 0.3% 0.98% -
XYZ 55.03 49.42 97.08 -
YUV 189.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 194 176 250 0.22 0.30 0 0.02 254.59 0.88 0.84
Hex C2 B0 FA 16 1E 0 2 FF 58 54
Octal 302 260 372 26 36 0 2 377 130 124
Binary 11000010 10110000 11111010 10110 11110 0 10 11111111 1011000 1010100

Color Harmonies of #C2B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0FA

Black with #C2B0FA

Text Example


Text Example

White with #C2B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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