Html Css Color HEX #C3A7FF Melrose

📋 copy color: '#C3A7FF'

red 195 ◦ green 167 ◦ blue 255

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

Shades of Melrose #C3A7FF

Tints of Melrose #C3A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.07%

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

R = 31.6%
G = 27.07%
B = 41.33%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3A7FF (or 0xC3A7FF) is known color: Melrose. HEX triplet: C3, A7 and FF. RGB value is (195,167,255). Sum of RGB (Red+Green+Blue) = 195+167+255=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A7FF is #3C5800. Grayscale: #B9B9B9. Windows color (decimal): -3954689 or 16754627. OLE color: 16754627.

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

Color convert

RGB 195 167 255 -
CMYK 0.24 0.35 0 0
HSL 259.09º 1% 0.83% -
HSV(B) 259.09º 0.35% 1% -
XYZ 54.37 46.46 100.71 -
YUV 185.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 195 167 255 0.24 0.35 0 0 259.09 1 0.83
Hex C3 A7 FF 18 23 0 0 103 64 53
Octal 303 247 377 30 43 0 0 403 144 123
Binary 11000011 10100111 11111111 11000 100011 0 0 100000011 1100100 1010011

Color Harmonies of #C3A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A7FF

Black with #C3A7FF

Text Example


Text Example

White with #C3A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A7FF; }

 p { color: rgb(195,167,255); }

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

background-color css

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

 a { background-color: rgb(195,167,255); }

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

border-color css

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

 span { border-color: rgb(195,167,255); }

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