Html Css Color HEX #C3AFEE Melrose

📋 copy color: '#C3AFEE'

red 195 ◦ green 175 ◦ blue 238

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

Shades of Melrose #C3AFEE

Tints of Melrose #C3AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 32.07%
G = 28.78%
B = 39.14%

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

#C3AFEE (or 0xC3AFEE) is known color: Melrose. HEX triplet: C3, AF and EE. RGB value is (195,175,238). Sum of RGB (Red+Green+Blue) = 195+175+238=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFEE is #3C5011. Grayscale: #BBBBBB. Windows color (decimal): -3952658 or 15642563. OLE color: 15642563.

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

Color convert

RGB 195 175 238 -
CMYK 0.18 0.26 0 0.07
HSL 259.05º 0.65% 0.81% -
HSV(B) 259.05º 0.26% 0.93% -
XYZ 53.27 48.44 87.43 -
YUV 188.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 195 175 238 0.18 0.26 0 0.07 259.05 0.65 0.81
Hex C3 AF EE 12 1A 0 7 103 41 51
Octal 303 257 356 22 32 0 7 403 101 121
Binary 11000011 10101111 11101110 10010 11010 0 111 100000011 1000001 1010001

Color Harmonies of #C3AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFEE

Black with #C3AFEE

Text Example


Text Example

White with #C3AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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