Html Css Color HEX #C7AFFF Melrose

📋 copy color: '#C7AFFF'

red 199 ◦ green 175 ◦ blue 255

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

Shades of Melrose #C7AFFF

Tints of Melrose #C7AFFF

RGB

 RED value IS 199 (78.13% from 255) = 31.64%

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 31.64%
G = 27.82%
B = 40.54%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7AFFF (or 0xC7AFFF) is known color: Melrose. HEX triplet: C7, AF and FF. RGB value is (199,175,255). Sum of RGB (Red+Green+Blue) = 199+175+255=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFFF is #385000. Grayscale: #BFBFBF. Windows color (decimal): -3690497 or 16756679. OLE color: 16756679.

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

Color convert

RGB 199 175 255 -
CMYK 0.22 0.31 0 0
HSL 258º 1% 0.84% -
HSV(B) 258º 0.31% 1% -
XYZ 56.93 50.02 101.26 -
YUV 191.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 199 175 255 0.22 0.31 0 0 258 1 0.84
Hex C7 AF FF 16 1F 0 0 102 64 54
Octal 307 257 377 26 37 0 0 402 144 124
Binary 11000111 10101111 11111111 10110 11111 0 0 100000010 1100100 1010100

Color Harmonies of #C7AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFFF

Black with #C7AFFF

Text Example


Text Example

White with #C7AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFFF; }

 p { color: rgb(199,175,255); }

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

background-color css

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

 a { background-color: rgb(199,175,255); }

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

border-color css

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

 span { border-color: rgb(199,175,255); }

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