Html Css Color HEX #C2ACFA Melrose

📋 copy color: '#C2ACFA'

red 194 ◦ green 172 ◦ blue 250

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

Shades of Melrose #C2ACFA

Tints of Melrose #C2ACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

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

R = 31.49%
G = 27.92%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2ACFA (or 0xC2ACFA) is known color: Melrose. HEX triplet: C2, AC and FA. RGB value is (194,172,250). Sum of RGB (Red+Green+Blue) = 194+172+250=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFA is #3D5305. Grayscale: #BBBBBB. Windows color (decimal): -4018950 or 16428226. OLE color: 16428226.

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

Color convert

RGB 194 172 250 -
CMYK 0.22 0.31 0 0.02
HSL 256.92º 0.89% 0.83% -
HSV(B) 256.92º 0.31% 0.98% -
XYZ 54.26 47.88 96.82 -
YUV 187.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 194 172 250 0.22 0.31 0 0.02 256.92 0.89 0.83
Hex C2 AC FA 16 1F 0 2 101 59 53
Octal 302 254 372 26 37 0 2 401 131 123
Binary 11000010 10101100 11111010 10110 11111 0 10 100000001 1011001 1010011

Color Harmonies of #C2ACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACFA

Black with #C2ACFA

Text Example


Text Example

White with #C2ACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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