Html Css Color HEX #C8AFFA Melrose

📋 copy color: '#C8AFFA'

red 200 ◦ green 175 ◦ blue 250

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

Shades of Melrose #C8AFFA

Tints of Melrose #C8AFFA

RGB

 RED value IS 200 (78.52% from 255) = 32%

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 32%
G = 28%
B = 40%

CMYK

 C value IS 0.2

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8AFFA (or 0xC8AFFA) is known color: Melrose. HEX triplet: C8, AF and FA. RGB value is (200,175,250). Sum of RGB (Red+Green+Blue) = 200+175+250=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFFA is #375005. Grayscale: #BEBEBE. Windows color (decimal): -3624966 or 16429000. OLE color: 16429000.

HSL color Cylindrical-coordinate representation of color #C8AFFA: hue angle of 260º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8AFFA is Cyan = 0.2, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 175 250 -
CMYK 0.2 0.3 0 0.02
HSL 260º 0.88% 0.83% -
HSV(B) 260º 0.3% 0.98% -
XYZ 56.4 49.84 97.09 -
YUV 191.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 200 175 250 0.2 0.3 0 0.02 260 0.88 0.83
Hex C8 AF FA 14 1E 0 2 104 58 53
Octal 310 257 372 24 36 0 2 404 130 123
Binary 11001000 10101111 11111010 10100 11110 0 10 100000100 1011000 1010011

Color Harmonies of #C8AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFFA

Black with #C8AFFA

Text Example


Text Example

White with #C8AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFFA; }

 p { color: rgb(200,175,250); }

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

background-color css

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

 a { background-color: rgb(200,175,250); }

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

border-color css

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

 span { border-color: rgb(200,175,250); }

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