Html Css Color HEX #C7ABCD Prelude

📋 copy color: '#C7ABCD'

red 199 ◦ green 171 ◦ blue 205

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

Shades of Prelude #C7ABCD

Tints of Prelude #C7ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.74%

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 34.61%
G = 29.74%
B = 35.65%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7ABCD (or 0xC7ABCD) is known color: Prelude. HEX triplet: C7, AB and CD. RGB value is (199,171,205). Sum of RGB (Red+Green+Blue) = 199+171+205=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABCD is #385432. Grayscale: #B7B7B7. Windows color (decimal): -3691571 or 13478855. OLE color: 13478855.

HSL color Cylindrical-coordinate representation of color #C7ABCD: hue angle of 289.41º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7ABCD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 171 205 -
CMYK 0.03 0.17 0 0.20
HSL 289.41º 0.25% 0.74% -
HSV(B) 289.41º 0.17% 0.8% -
XYZ 49.14 45.68 63.98 -
YUV 183.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 199 171 205 0.03 0.17 0 0.20 289.41 0.25 0.74
Hex C7 AB CD 3 11 0 14 121 19 4A
Octal 307 253 315 3 21 0 24 441 31 112
Binary 11000111 10101011 11001101 11 10001 0 10100 100100001 11001 1001010

Color Harmonies of #C7ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABCD

Black with #C7ABCD

Text Example


Text Example

White with #C7ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABCD; }

 p { color: rgb(199,171,205); }

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

background-color css

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

 a { background-color: rgb(199,171,205); }

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

border-color css

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

 span { border-color: rgb(199,171,205); }

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