Html Css Color HEX #C2ACFD Melrose

📋 copy color: '#C2ACFD'

red 194 ◦ green 172 ◦ blue 253

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

Shades of Melrose #C2ACFD

Tints of Melrose #C2ACFD

RGB

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

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

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

R = 31.34%
G = 27.79%
B = 40.87%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2ACFD (or 0xC2ACFD) is known color: Melrose. HEX triplet: C2, AC and FD. RGB value is (194,172,253). Sum of RGB (Red+Green+Blue) = 194+172+253=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFD is #3D5302. Grayscale: #BBBBBB. Windows color (decimal): -4018947 or 16624834. OLE color: 16624834.

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

Color convert

RGB 194 172 253 -
CMYK 0.23 0.32 0 0.01
HSL 256.3º 0.95% 0.83% -
HSV(B) 256.3º 0.32% 0.99% -
XYZ 54.73 48.07 99.32 -
YUV 187.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 194 172 253 0.23 0.32 0 0.01 256.3 0.95 0.83
Hex C2 AC FD 17 20 0 1 100 5F 53
Octal 302 254 375 27 40 0 1 400 137 123
Binary 11000010 10101100 11111101 10111 100000 0 1 100000000 1011111 1010011

Color Harmonies of #C2ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACFD

Black with #C2ACFD

Text Example


Text Example

White with #C2ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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