Html Css Color HEX #C6A8CD Prelude

📋 copy color: '#C6A8CD'

red 198 ◦ green 168 ◦ blue 205

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

Shades of Prelude #C6A8CD

Tints of Prelude #C6A8CD

RGB

 RED value IS 198 (77.73% from 255) = 34.68%

 GREEN value IS 168 (66.02% from 255) = 29.42%

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

R = 34.68%
G = 29.42%
B = 35.9%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6A8CD (or 0xC6A8CD) is known color: Prelude. HEX triplet: C6, A8 and CD. RGB value is (198,168,205). Sum of RGB (Red+Green+Blue) = 198+168+205=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8CD is #395732. Grayscale: #B5B5B5. Windows color (decimal): -3757875 or 13478086. OLE color: 13478086.

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

Color convert

RGB 198 168 205 -
CMYK 0.03 0.18 0 0.20
HSL 288.65º 0.27% 0.73% -
HSV(B) 288.65º 0.18% 0.8% -
XYZ 48.31 44.42 63.79 -
YUV 181.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 198 168 205 0.03 0.18 0 0.20 288.65 0.27 0.73
Hex C6 A8 CD 3 12 0 14 121 1B 49
Octal 306 250 315 3 22 0 24 441 33 111
Binary 11000110 10101000 11001101 11 10010 0 10100 100100001 11011 1001001

Color Harmonies of #C6A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A8CD

Black with #C6A8CD

Text Example


Text Example

White with #C6A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A8CD; }

 p { color: rgb(198,168,205); }

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

background-color css

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

 a { background-color: rgb(198,168,205); }

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

border-color css

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

 span { border-color: rgb(198,168,205); }

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