Html Css Color HEX #CC8DDA Wisteria

📋 copy color: '#CC8DDA'

red 204 ◦ green 141 ◦ blue 218

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

Shades of Wisteria #CC8DDA

Tints of Wisteria #CC8DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 36.23%
G = 25.04%
B = 38.72%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC8DDA (or 0xCC8DDA) is known color: Wisteria. HEX triplet: CC, 8D and DA. RGB value is (204,141,218). Sum of RGB (Red+Green+Blue) = 204+141+218=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DDA is #337225. Grayscale: #A8A8A8. Windows color (decimal): -3371558 or 14323148. OLE color: 14323148.

HSL color Cylindrical-coordinate representation of color #CC8DDA: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8DDA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 141 218 -
CMYK 0.06 0.35 0 0.15
HSL 289.09º 0.51% 0.7% -
HSV(B) 289.09º 0.35% 0.85% -
XYZ 47.08 36.95 70.98 -
YUV 168.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 204 141 218 0.06 0.35 0 0.15 289.09 0.51 0.7
Hex CC 8D DA 6 23 0 F 121 33 46
Octal 314 215 332 6 43 0 17 441 63 106
Binary 11001100 10001101 11011010 110 100011 0 1111 100100001 110011 1000110

Color Harmonies of #CC8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DDA

Black with #CC8DDA

Text Example


Text Example

White with #CC8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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