Html Css Color HEX #C3AFED Melrose

📋 copy color: '#C3AFED'

red 195 ◦ green 175 ◦ blue 237

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

Shades of Melrose #C3AFED

Tints of Melrose #C3AFED

RGB

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

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

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

R = 32.13%
G = 28.83%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3AFED (or 0xC3AFED) is known color: Melrose. HEX triplet: C3, AF and ED. RGB value is (195,175,237). Sum of RGB (Red+Green+Blue) = 195+175+237=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFED is #3C5012. Grayscale: #BBBBBB. Windows color (decimal): -3952659 or 15577027. OLE color: 15577027.

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

Color convert

RGB 195 175 237 -
CMYK 0.18 0.26 0 0.07
HSL 259.35º 0.63% 0.81% -
HSV(B) 259.35º 0.26% 0.93% -
XYZ 53.12 48.38 86.66 -
YUV 188.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 195 175 237 0.18 0.26 0 0.07 259.35 0.63 0.81
Hex C3 AF ED 12 1A 0 7 103 3F 51
Octal 303 257 355 22 32 0 7 403 77 121
Binary 11000011 10101111 11101101 10010 11010 0 111 100000011 111111 1010001

Color Harmonies of #C3AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFED

Black with #C3AFED

Text Example


Text Example

White with #C3AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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