Html Css Color HEX #CC8ADD Wisteria

📋 copy color: '#CC8ADD'

red 204 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #CC8ADD

Tints of Wisteria #CC8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.51%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 36.23%
G = 24.51%
B = 39.25%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC8ADD (or 0xCC8ADD) is known color: Wisteria. HEX triplet: CC, 8A and DD. RGB value is (204,138,221). Sum of RGB (Red+Green+Blue) = 204+138+221=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ADD is #337522. Grayscale: #A6A6A6. Windows color (decimal): -3372323 or 14518988. OLE color: 14518988.

HSL color Cylindrical-coordinate representation of color #CC8ADD: hue angle of 287.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC8ADD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 138 221 -
CMYK 0.08 0.38 0 0.13
HSL 287.71º 0.55% 0.7% -
HSV(B) 287.71º 0.38% 0.87% -
XYZ 47.04 36.23 72.92 -
YUV 167.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 204 138 221 0.08 0.38 0 0.13 287.71 0.55 0.7
Hex CC 8A DD 8 26 0 D 120 37 46
Octal 314 212 335 10 46 0 15 440 67 106
Binary 11001100 10001010 11011101 1000 100110 0 1101 100100000 110111 1000110

Color Harmonies of #CC8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8ADD

Black with #CC8ADD

Text Example


Text Example

White with #CC8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8ADD; }

 p { color: rgb(204,138,221); }

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

background-color css

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

 a { background-color: rgb(204,138,221); }

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

border-color css

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

 span { border-color: rgb(204,138,221); }

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