Html Css Color HEX #C6AFCC Prelude

📋 copy color: '#C6AFCC'

red 198 ◦ green 175 ◦ blue 204

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

Shades of Prelude #C6AFCC

Tints of Prelude #C6AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 34.32%
G = 30.33%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C6AFCC (or 0xC6AFCC) is known color: Prelude. HEX triplet: C6, AF and CC. RGB value is (198,175,204). Sum of RGB (Red+Green+Blue) = 198+175+204=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCC is #395033. Grayscale: #B9B9B9. Windows color (decimal): -3756084 or 13414342. OLE color: 13414342.

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

Color convert

RGB 198 175 204 -
CMYK 0.03 0.14 0 0.2
HSL 287.59º 0.22% 0.74% -
HSV(B) 287.59º 0.14% 0.8% -
XYZ 49.52 47.03 63.59 -
YUV 185.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 198 175 204 0.03 0.14 0 0.2 287.59 0.22 0.74
Hex C6 AF CC 3 E 0 14 120 16 4A
Octal 306 257 314 3 16 0 24 440 26 112
Binary 11000110 10101111 11001100 11 1110 0 10100 100100000 10110 1001010

Color Harmonies of #C6AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFCC

Black with #C6AFCC

Text Example


Text Example

White with #C6AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFCC; }

 p { color: rgb(198,175,204); }

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

background-color css

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

 a { background-color: rgb(198,175,204); }

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

border-color css

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

 span { border-color: rgb(198,175,204); }

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