Html Css Color HEX #C3AFD1 Prelude

📋 copy color: '#C3AFD1'

red 195 ◦ green 175 ◦ blue 209

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

Shades of Prelude #C3AFD1

Tints of Prelude #C3AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 33.68%
G = 30.22%
B = 36.1%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3AFD1 (or 0xC3AFD1) is known color: Prelude. HEX triplet: C3, AF and D1. RGB value is (195,175,209). Sum of RGB (Red+Green+Blue) = 195+175+209=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFD1 is #3C502E. Grayscale: #B8B8B8. Windows color (decimal): -3952687 or 13742019. OLE color: 13742019.

HSL color Cylindrical-coordinate representation of color #C3AFD1: hue angle of 275.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3AFD1 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 175 209 -
CMYK 0.07 0.16 0 0.18
HSL 275.29º 0.27% 0.75% -
HSV(B) 275.29º 0.16% 0.82% -
XYZ 49.34 46.87 66.77 -
YUV 184.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 195 175 209 0.07 0.16 0 0.18 275.29 0.27 0.75
Hex C3 AF D1 7 10 0 12 113 1B 4B
Octal 303 257 321 7 20 0 22 423 33 113
Binary 11000011 10101111 11010001 111 10000 0 10010 100010011 11011 1001011

Color Harmonies of #C3AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFD1

Black with #C3AFD1

Text Example


Text Example

White with #C3AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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