Html Css Color HEX #CCA8DF Wisteria

📋 copy color: '#CCA8DF'

red 204 ◦ green 168 ◦ blue 223

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

Shades of Wisteria #CCA8DF

Tints of Wisteria #CCA8DF

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 34.29%
G = 28.24%
B = 37.48%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCA8DF (or 0xCCA8DF) is known color: Wisteria. HEX triplet: CC, A8 and DF. RGB value is (204,168,223). Sum of RGB (Red+Green+Blue) = 204+168+223=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DF is #335720. Grayscale: #B8B8B8. Windows color (decimal): -3364641 or 14657740. OLE color: 14657740.

HSL color Cylindrical-coordinate representation of color #CCA8DF: hue angle of 279.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA8DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 168 223 -
CMYK 0.09 0.25 0 0.13
HSL 279.27º 0.46% 0.77% -
HSV(B) 279.27º 0.25% 0.87% -
XYZ 52.22 46.17 75.97 -
YUV 185.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 204 168 223 0.09 0.25 0 0.13 279.27 0.46 0.77
Hex CC A8 DF 9 19 0 D 117 2E 4D
Octal 314 250 337 11 31 0 15 427 56 115
Binary 11001100 10101000 11011111 1001 11001 0 1101 100010111 101110 1001101

Color Harmonies of #CCA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8DF

Black with #CCA8DF

Text Example


Text Example

White with #CCA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8DF; }

 p { color: rgb(204,168,223); }

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

background-color css

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

 a { background-color: rgb(204,168,223); }

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

border-color css

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

 span { border-color: rgb(204,168,223); }

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