Html Css Color HEX #C3AFEA Melrose

📋 copy color: '#C3AFEA'

red 195 ◦ green 175 ◦ blue 234

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

Shades of Melrose #C3AFEA

Tints of Melrose #C3AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 32.28%
G = 28.97%
B = 38.74%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3AFEA (or 0xC3AFEA) is known color: Melrose. HEX triplet: C3, AF and EA. RGB value is (195,175,234). Sum of RGB (Red+Green+Blue) = 195+175+234=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFEA is #3C5015. Grayscale: #BBBBBB. Windows color (decimal): -3952662 or 15380419. OLE color: 15380419.

HSL color Cylindrical-coordinate representation of color #C3AFEA: hue angle of 260.34º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3AFEA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 175 234 -
CMYK 0.17 0.25 0 0.08
HSL 260.34º 0.58% 0.8% -
HSV(B) 260.34º 0.25% 0.92% -
XYZ 52.69 48.2 84.37 -
YUV 187.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 195 175 234 0.17 0.25 0 0.08 260.34 0.58 0.8
Hex C3 AF EA 11 19 0 8 104 3A 50
Octal 303 257 352 21 31 0 10 404 72 120
Binary 11000011 10101111 11101010 10001 11001 0 1000 100000100 111010 1010000

Color Harmonies of #C3AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFEA

Black with #C3AFEA

Text Example


Text Example

White with #C3AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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