Html Css Color HEX #C3ADFD Melrose

📋 copy color: '#C3ADFD'

red 195 ◦ green 173 ◦ blue 253

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

Shades of Melrose #C3ADFD

Tints of Melrose #C3ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.86%

 BLUE value IS 253 (99.22% from 255) = 40.74%

R = 31.4%
G = 27.86%
B = 40.74%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C3ADFD (or 0xC3ADFD) is known color: Melrose. HEX triplet: C3, AD and FD. RGB value is (195,173,253). Sum of RGB (Red+Green+Blue) = 195+173+253=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFD is #3C5202. Grayscale: #BCBCBC. Windows color (decimal): -3953155 or 16625091. OLE color: 16625091.

HSL color Cylindrical-coordinate representation of color #C3ADFD: hue angle of 256.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3ADFD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 173 253 -
CMYK 0.23 0.32 0 0.01
HSL 256.5º 0.95% 0.84% -
HSV(B) 256.5º 0.32% 0.99% -
XYZ 55.18 48.58 99.4 -
YUV 188.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 195 173 253 0.23 0.32 0 0.01 256.5 0.95 0.84
Hex C3 AD FD 17 20 0 1 100 5F 54
Octal 303 255 375 27 40 0 1 400 137 124
Binary 11000011 10101101 11111101 10111 100000 0 1 100000000 1011111 1010100

Color Harmonies of #C3ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADFD

Black with #C3ADFD

Text Example


Text Example

White with #C3ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADFD; }

 p { color: rgb(195,173,253); }

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

background-color css

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

 a { background-color: rgb(195,173,253); }

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

border-color css

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

 span { border-color: rgb(195,173,253); }

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