Html Css Color HEX #C3ACFD Melrose

📋 copy color: '#C3ACFD'

red 195 ◦ green 172 ◦ blue 253

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

Shades of Melrose #C3ACFD

Tints of Melrose #C3ACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.74%

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

R = 31.45%
G = 27.74%
B = 40.81%

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

#C3ACFD (or 0xC3ACFD) is known color: Melrose. HEX triplet: C3, AC and FD. RGB value is (195,172,253). Sum of RGB (Red+Green+Blue) = 195+172+253=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ACFD is #3C5302. Grayscale: #BBBBBB. Windows color (decimal): -3953411 or 16624835. OLE color: 16624835.

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

Color convert

RGB 195 172 253 -
CMYK 0.23 0.32 0 0.01
HSL 257.04º 0.95% 0.83% -
HSV(B) 257.04º 0.32% 0.99% -
XYZ 54.99 48.2 99.33 -
YUV 188.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 195 172 253 0.23 0.32 0 0.01 257.04 0.95 0.83
Hex C3 AC FD 17 20 0 1 101 5F 53
Octal 303 254 375 27 40 0 1 401 137 123
Binary 11000011 10101100 11111101 10111 100000 0 1 100000001 1011111 1010011

Color Harmonies of #C3ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACFD

Black with #C3ACFD

Text Example


Text Example

White with #C3ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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