Html Css Color HEX #C7AFCF Prelude

📋 copy color: '#C7AFCF'

red 199 ◦ green 175 ◦ blue 207

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

Shades of Prelude #C7AFCF

Tints of Prelude #C7AFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 34.25%
G = 30.12%
B = 35.63%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7AFCF (or 0xC7AFCF) is known color: Prelude. HEX triplet: C7, AF and CF. RGB value is (199,175,207). Sum of RGB (Red+Green+Blue) = 199+175+207=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFCF is #385030. Grayscale: #B9B9B9. Windows color (decimal): -3690545 or 13610951. OLE color: 13610951.

HSL color Cylindrical-coordinate representation of color #C7AFCF: hue angle of 285º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AFCF is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 175 207 -
CMYK 0.04 0.15 0 0.19
HSL 285º 0.25% 0.75% -
HSV(B) 285º 0.15% 0.81% -
XYZ 50.15 47.31 65.52 -
YUV 185.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 199 175 207 0.04 0.15 0 0.19 285 0.25 0.75
Hex C7 AF CF 4 F 0 13 11D 19 4B
Octal 307 257 317 4 17 0 23 435 31 113
Binary 11000111 10101111 11001111 100 1111 0 10011 100011101 11001 1001011

Color Harmonies of #C7AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFCF

Black with #C7AFCF

Text Example


Text Example

White with #C7AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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