Html Css Color HEX #CC8DDC Wisteria

📋 copy color: '#CC8DDC'

red 204 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #CC8DDC

Tints of Wisteria #CC8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 36.11%
G = 24.96%
B = 38.94%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC8DDC (or 0xCC8DDC) is known color: Wisteria. HEX triplet: CC, 8D and DC. RGB value is (204,141,220). Sum of RGB (Red+Green+Blue) = 204+141+220=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DDC is #337223. Grayscale: #A8A8A8. Windows color (decimal): -3371556 or 14454220. OLE color: 14454220.

HSL color Cylindrical-coordinate representation of color #CC8DDC: hue angle of 287.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8DDC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 141 220 -
CMYK 0.07 0.36 0 0.14
HSL 287.85º 0.53% 0.71% -
HSV(B) 287.85º 0.36% 0.86% -
XYZ 47.34 37.05 72.37 -
YUV 168.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 204 141 220 0.07 0.36 0 0.14 287.85 0.53 0.71
Hex CC 8D DC 7 24 0 E 120 35 47
Octal 314 215 334 7 44 0 16 440 65 107
Binary 11001100 10001101 11011100 111 100100 0 1110 100100000 110101 1000111

Color Harmonies of #CC8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DDC

Black with #CC8DDC

Text Example


Text Example

White with #CC8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DDC; }

 p { color: rgb(204,141,220); }

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

background-color css

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

 a { background-color: rgb(204,141,220); }

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

border-color css

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

 span { border-color: rgb(204,141,220); }

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