Html Css Color HEX #C3ACCD Prelude

📋 copy color: '#C3ACCD'

red 195 ◦ green 172 ◦ blue 205

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

Shades of Prelude #C3ACCD

Tints of Prelude #C3ACCD

RGB

 RED value IS 195 (76.56% from 255) = 34.09%

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 34.09%
G = 30.07%
B = 35.84%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3ACCD (or 0xC3ACCD) is known color: Prelude. HEX triplet: C3, AC and CD. RGB value is (195,172,205). Sum of RGB (Red+Green+Blue) = 195+172+205=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCD is #3C5332. Grayscale: #B6B6B6. Windows color (decimal): -3953459 or 13479107. OLE color: 13479107.

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

Color convert

RGB 195 172 205 -
CMYK 0.05 0.16 0 0.20
HSL 281.82º 0.25% 0.74% -
HSV(B) 281.82º 0.16% 0.8% -
XYZ 48.28 45.51 64 -
YUV 182.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 195 172 205 0.05 0.16 0 0.20 281.82 0.25 0.74
Hex C3 AC CD 5 10 0 14 11A 19 4A
Octal 303 254 315 5 20 0 24 432 31 112
Binary 11000011 10101100 11001101 101 10000 0 10100 100011010 11001 1001010

Color Harmonies of #C3ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACCD

Black with #C3ACCD

Text Example


Text Example

White with #C3ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACCD; }

 p { color: rgb(195,172,205); }

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

background-color css

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

 a { background-color: rgb(195,172,205); }

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

border-color css

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

 span { border-color: rgb(195,172,205); }

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