Html Css Color HEX #C2A7FD Melrose

📋 copy color: '#C2A7FD'

red 194 ◦ green 167 ◦ blue 253

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

Shades of Melrose #C2A7FD

Tints of Melrose #C2A7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.21%

R = 31.6%
G = 27.2%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2A7FD (or 0xC2A7FD) is known color: Melrose. HEX triplet: C2, A7 and FD. RGB value is (194,167,253). Sum of RGB (Red+Green+Blue) = 194+167+253=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7FD is #3D5802. Grayscale: #B8B8B8. Windows color (decimal): -4020227 or 16623554. OLE color: 16623554.

HSL color Cylindrical-coordinate representation of color #C2A7FD: hue angle of 258.84º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2A7FD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 167 253 -
CMYK 0.23 0.34 0 0.01
HSL 258.84º 0.96% 0.82% -
HSV(B) 258.84º 0.34% 0.99% -
XYZ 53.8 46.2 99.01 -
YUV 184.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 194 167 253 0.23 0.34 0 0.01 258.84 0.96 0.82
Hex C2 A7 FD 17 22 0 1 103 60 52
Octal 302 247 375 27 42 0 1 403 140 122
Binary 11000010 10100111 11111101 10111 100010 0 1 100000011 1100000 1010010

Color Harmonies of #C2A7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A7FD

Black with #C2A7FD

Text Example


Text Example

White with #C2A7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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