Html Css Color HEX #C4AFED Melrose

📋 copy color: '#C4AFED'

red 196 ◦ green 175 ◦ blue 237

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

Shades of Melrose #C4AFED

Tints of Melrose #C4AFED

RGB

 RED value IS 196 (76.95% from 255) = 32.24%

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 32.24%
G = 28.78%
B = 38.98%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C4AFED (or 0xC4AFED) is known color: Melrose. HEX triplet: C4, AF and ED. RGB value is (196,175,237). Sum of RGB (Red+Green+Blue) = 196+175+237=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFED is #3B5012. Grayscale: #BCBCBC. Windows color (decimal): -3887123 or 15577028. OLE color: 15577028.

HSL color Cylindrical-coordinate representation of color #C4AFED: hue angle of 260.32º degrees, saturation: 0.63, 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 #C4AFED is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 175 237 -
CMYK 0.17 0.26 0 0.07
HSL 260.32º 0.63% 0.81% -
HSV(B) 260.32º 0.26% 0.93% -
XYZ 53.38 48.51 86.67 -
YUV 188.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 196 175 237 0.17 0.26 0 0.07 260.32 0.63 0.81
Hex C4 AF ED 11 1A 0 7 104 3F 51
Octal 304 257 355 21 32 0 7 404 77 121
Binary 11000100 10101111 11101101 10001 11010 0 111 100000100 111111 1010001

Color Harmonies of #C4AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFED

Black with #C4AFED

Text Example


Text Example

White with #C4AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFED; }

 p { color: rgb(196,175,237); }

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

background-color css

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

 a { background-color: rgb(196,175,237); }

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

border-color css

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

 span { border-color: rgb(196,175,237); }

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