Html Css Color HEX #C2AFFC Melrose

📋 copy color: '#C2AFFC'

red 194 ◦ green 175 ◦ blue 252

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

Shades of Melrose #C2AFFC

Tints of Melrose #C2AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.18%

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 31.24%
G = 28.18%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2AFFC (or 0xC2AFFC) is known color: Melrose. HEX triplet: C2, AF and FC. RGB value is (194,175,252). Sum of RGB (Red+Green+Blue) = 194+175+252=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFFC is #3D5003. Grayscale: #BDBDBD. Windows color (decimal): -4018180 or 16560066. OLE color: 16560066.

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

Color convert

RGB 194 175 252 -
CMYK 0.23 0.31 0 0.01
HSL 254.81º 0.93% 0.84% -
HSV(B) 254.81º 0.31% 0.99% -
XYZ 55.15 49.16 98.68 -
YUV 189.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 194 175 252 0.23 0.31 0 0.01 254.81 0.93 0.84
Hex C2 AF FC 17 1F 0 1 FF 5D 54
Octal 302 257 374 27 37 0 1 377 135 124
Binary 11000010 10101111 11111100 10111 11111 0 1 11111111 1011101 1010100

Color Harmonies of #C2AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFFC

Black with #C2AFFC

Text Example


Text Example

White with #C2AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFFC; }

 p { color: rgb(194,175,252); }

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

background-color css

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

 a { background-color: rgb(194,175,252); }

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

border-color css

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

 span { border-color: rgb(194,175,252); }

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