Html Css Color HEX #C3AFFE Melrose

📋 copy color: '#C3AFFE'

red 195 ◦ green 175 ◦ blue 254

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

Shades of Melrose #C3AFFE

Tints of Melrose #C3AFFE

RGB

 RED value IS 195 (76.56% from 255) = 31.25%

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

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 31.25%
G = 28.04%
B = 40.71%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3AFFE (or 0xC3AFFE) is known color: Melrose. HEX triplet: C3, AF and FE. RGB value is (195,175,254). Sum of RGB (Red+Green+Blue) = 195+175+254=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFFE is #3C5001. Grayscale: #BDBDBD. Windows color (decimal): -3952642 or 16691139. OLE color: 16691139.

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

Color convert

RGB 195 175 254 -
CMYK 0.23 0.31 0 0.00
HSL 255.19º 0.98% 0.84% -
HSV(B) 255.19º 0.31% 1% -
XYZ 55.73 49.42 100.37 -
YUV 189.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 195 175 254 0.23 0.31 0 0.00 255.19 0.98 0.84
Hex C3 AF FE 17 1F 0 0 FF 62 54
Octal 303 257 376 27 37 0 0 377 142 124
Binary 11000011 10101111 11111110 10111 11111 0 0 11111111 1100010 1010100

Color Harmonies of #C3AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFFE

Black with #C3AFFE

Text Example


Text Example

White with #C3AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFFE; }

 p { color: rgb(195,175,254); }

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

background-color css

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

 a { background-color: rgb(195,175,254); }

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

border-color css

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

 span { border-color: rgb(195,175,254); }

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