Html Css Color HEX #C2A7FA Melrose

📋 copy color: '#C2A7FA'

red 194 ◦ green 167 ◦ blue 250

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

Shades of Melrose #C2A7FA

Tints of Melrose #C2A7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.33%

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

R = 31.75%
G = 27.33%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2A7FA (or 0xC2A7FA) is known color: Melrose. HEX triplet: C2, A7 and FA. RGB value is (194,167,250). Sum of RGB (Red+Green+Blue) = 194+167+250=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7FA is #3D5805. Grayscale: #B8B8B8. Windows color (decimal): -4020230 or 16426946. OLE color: 16426946.

HSL color Cylindrical-coordinate representation of color #C2A7FA: hue angle of 259.52º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2A7FA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 167 250 -
CMYK 0.22 0.33 0 0.02
HSL 259.52º 0.89% 0.82% -
HSV(B) 259.52º 0.33% 0.98% -
XYZ 53.32 46.01 96.51 -
YUV 184.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 194 167 250 0.22 0.33 0 0.02 259.52 0.89 0.82
Hex C2 A7 FA 16 21 0 2 104 59 52
Octal 302 247 372 26 41 0 2 404 131 122
Binary 11000010 10100111 11111010 10110 100001 0 10 100000100 1011001 1010010

Color Harmonies of #C2A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A7FA

Black with #C2A7FA

Text Example


Text Example

White with #C2A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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