#C3AFCA

Color #C3AFCA Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C3AFCA

Tints of Prelude #C3AFCA

Color information

#C3AFCA (or 0xC3AFCA) is unknown color: approx Prelude. HEX triplet: C3, AF and CA. RGB value is (195,175,202). Sum of RGB (Red+Green+Blue) = 195+175+202=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFCA is #3C5035. Grayscale: #B7B7B7. Windows color (decimal): -3952694 or 13283267. OLE color: 13283267.

HSL color Cylindrical-coordinate representation of color #C3AFCA: hue angle of 284.44º 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 #C3AFCA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195175202-
CMYK0.030.1300.21
HSL284.44º20.3%73.92%-
HSV(B)284.44º13.37%79.22%-
XYZ48.546.5362.3-
YUV184.06138.13135.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=34.09%
G=30.59%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951752020.030.1300.21284.4420.373.92
HexC3AFCA3D01511c144a
Octal30325731231502543424112
Binary110000111010111111001010111101010101100011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFCA; }

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

 H1.HeaderClassName
 {
   color: #C3AFCA;
 }
 .AnyTagClassName
 {
   color: #C3AFCA;
 }
</style>
background-color css

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

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

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

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

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

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