Html Css Color HEX #C3AFFC Melrose

📋 copy color: '#C3AFFC'

red 195 ◦ green 175 ◦ blue 252

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

Shades of Melrose #C3AFFC

Tints of Melrose #C3AFFC

RGB

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

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

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

R = 31.35%
G = 28.14%
B = 40.51%

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

#C3AFFC (or 0xC3AFFC) is known color: Melrose. HEX triplet: C3, AF and FC. RGB value is (195,175,252). Sum of RGB (Red+Green+Blue) = 195+175+252=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFFC is #3C5003. Grayscale: #BDBDBD. Windows color (decimal): -3952644 or 16560067. OLE color: 16560067.

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

Color convert

RGB 195 175 252 -
CMYK 0.23 0.31 0 0.01
HSL 255.58º 0.93% 0.84% -
HSV(B) 255.58º 0.31% 0.99% -
XYZ 55.41 49.29 98.69 -
YUV 189.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 195 175 252 0.23 0.31 0 0.01 255.58 0.93 0.84
Hex C3 AF FC 17 1F 0 1 100 5D 54
Octal 303 257 374 27 37 0 1 400 135 124
Binary 11000011 10101111 11111100 10111 11111 0 1 100000000 1011101 1010100

Color Harmonies of #C3AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFFC

Black with #C3AFFC

Text Example


Text Example

White with #C3AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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