Html Css Color HEX #C1AFEC Melrose

📋 copy color: '#C1AFEC'

red 193 ◦ green 175 ◦ blue 236

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

Shades of Melrose #C1AFEC

Tints of Melrose #C1AFEC

RGB

 RED value IS 193 (75.78% from 255) = 31.95%

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

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 31.95%
G = 28.97%
B = 39.07%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1AFEC (or 0xC1AFEC) is known color: Melrose. HEX triplet: C1, AF and EC. RGB value is (193,175,236). Sum of RGB (Red+Green+Blue) = 193+175+236=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFEC is #3E5013. Grayscale: #BBBBBB. Windows color (decimal): -4083732 or 15511489. OLE color: 15511489.

HSL color Cylindrical-coordinate representation of color #C1AFEC: hue angle of 257.7º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1AFEC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 175 236 -
CMYK 0.18 0.26 0 0.07
HSL 257.7º 0.62% 0.81% -
HSV(B) 257.7º 0.26% 0.93% -
XYZ 52.46 48.05 85.87 -
YUV 187.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 193 175 236 0.18 0.26 0 0.07 257.7 0.62 0.81
Hex C1 AF EC 12 1A 0 7 102 3E 51
Octal 301 257 354 22 32 0 7 402 76 121
Binary 11000001 10101111 11101100 10010 11010 0 111 100000010 111110 1010001

Color Harmonies of #C1AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AFEC

Black with #C1AFEC

Text Example


Text Example

White with #C1AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AFEC; }

 p { color: rgb(193,175,236); }

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

background-color css

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

 a { background-color: rgb(193,175,236); }

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

border-color css

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

 span { border-color: rgb(193,175,236); }

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