Html Css Color HEX #C2AFFD Melrose

📋 copy color: '#C2AFFD'

red 194 ◦ green 175 ◦ blue 253

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

Shades of Melrose #C2AFFD

Tints of Melrose #C2AFFD

RGB

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

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

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

R = 31.19%
G = 28.14%
B = 40.68%

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

#C2AFFD (or 0xC2AFFD) is known color: Melrose. HEX triplet: C2, AF and FD. RGB value is (194,175,253). Sum of RGB (Red+Green+Blue) = 194+175+253=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFFD is #3D5002. Grayscale: #BDBDBD. Windows color (decimal): -4018179 or 16625602. OLE color: 16625602.

HSL color Cylindrical-coordinate representation of color #C2AFFD: hue angle of 254.62º degrees, saturation: 0.95, 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 #C2AFFD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 175 253 -
CMYK 0.23 0.31 0 0.01
HSL 254.62º 0.95% 0.84% -
HSV(B) 254.62º 0.31% 0.99% -
XYZ 55.31 49.22 99.51 -
YUV 189.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 194 175 253 0.23 0.31 0 0.01 254.62 0.95 0.84
Hex C2 AF FD 17 1F 0 1 FF 5F 54
Octal 302 257 375 27 37 0 1 377 137 124
Binary 11000010 10101111 11111101 10111 11111 0 1 11111111 1011111 1010100

Color Harmonies of #C2AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFFD

Black with #C2AFFD

Text Example


Text Example

White with #C2AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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