Html Css Color HEX #C7AFD2 Prelude

📋 copy color: '#C7AFD2'

red 199 ◦ green 175 ◦ blue 210

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

Shades of Prelude #C7AFD2

Tints of Prelude #C7AFD2

RGB

 RED value IS 199 (78.13% from 255) = 34.08%

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

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 34.08%
G = 29.97%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C7AFD2 (or 0xC7AFD2) is known color: Prelude. HEX triplet: C7, AF and D2. RGB value is (199,175,210). Sum of RGB (Red+Green+Blue) = 199+175+210=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #C7AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFD2 is #38502D. Grayscale: #BABABA. Windows color (decimal): -3690542 or 13807559. OLE color: 13807559.

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

Color convert

RGB 199 175 210 -
CMYK 0.05 0.17 0 0.18
HSL 281.14º 0.28% 0.75% -
HSV(B) 281.14º 0.17% 0.82% -
XYZ 50.52 47.46 67.47 -
YUV 186.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 199 175 210 0.05 0.17 0 0.18 281.14 0.28 0.75
Hex C7 AF D2 5 11 0 12 119 1C 4B
Octal 307 257 322 5 21 0 22 431 34 113
Binary 11000111 10101111 11010010 101 10001 0 10010 100011001 11100 1001011

Color Harmonies of #C7AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFD2

Black with #C7AFD2

Text Example


Text Example

White with #C7AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFD2; }

 p { color: rgb(199,175,210); }

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

background-color css

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

 a { background-color: rgb(199,175,210); }

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

border-color css

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

 span { border-color: rgb(199,175,210); }

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