Html Css Color HEX #C5AFCA Prelude

📋 copy color: '#C5AFCA'

red 197 ◦ green 175 ◦ blue 202

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

Shades of Prelude #C5AFCA

Tints of Prelude #C5AFCA

RGB

 RED value IS 197 (77.34% from 255) = 34.32%

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

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 34.32%
G = 30.49%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5AFCA (or 0xC5AFCA) is known color: Prelude. HEX triplet: C5, AF and CA. RGB value is (197,175,202). Sum of RGB (Red+Green+Blue) = 197+175+202=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFCA is #3A5035. Grayscale: #B8B8B8. Windows color (decimal): -3821622 or 13283269. OLE color: 13283269.

HSL color Cylindrical-coordinate representation of color #C5AFCA: hue angle of 288.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5AFCA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 175 202 -
CMYK 0.02 0.13 0 0.21
HSL 288.89º 0.2% 0.74% -
HSV(B) 288.89º 0.13% 0.79% -
XYZ 49.02 46.79 62.33 -
YUV 184.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 197 175 202 0.02 0.13 0 0.21 288.89 0.2 0.74
Hex C5 AF CA 2 D 0 15 121 14 4A
Octal 305 257 312 2 15 0 25 441 24 112
Binary 11000101 10101111 11001010 10 1101 0 10101 100100001 10100 1001010

Color Harmonies of #C5AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFCA

Black with #C5AFCA

Text Example


Text Example

White with #C5AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFCA; }

 p { color: rgb(197,175,202); }

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

background-color css

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

 a { background-color: rgb(197,175,202); }

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

border-color css

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

 span { border-color: rgb(197,175,202); }

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