Html Css Color HEX #CC8BDD Wisteria

📋 copy color: '#CC8BDD'

red 204 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #CC8BDD

Tints of Wisteria #CC8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.65%

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

R = 36.17%
G = 24.65%
B = 39.18%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC8BDD (or 0xCC8BDD) is known color: Wisteria. HEX triplet: CC, 8B and DD. RGB value is (204,139,221). Sum of RGB (Red+Green+Blue) = 204+139+221=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BDD is #337422. Grayscale: #A7A7A7. Windows color (decimal): -3372067 or 14519244. OLE color: 14519244.

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

Color convert

RGB 204 139 221 -
CMYK 0.08 0.37 0 0.13
HSL 287.56º 0.55% 0.71% -
HSV(B) 287.56º 0.37% 0.87% -
XYZ 47.19 36.52 72.97 -
YUV 167.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 204 139 221 0.08 0.37 0 0.13 287.56 0.55 0.71
Hex CC 8B DD 8 25 0 D 120 37 47
Octal 314 213 335 10 45 0 15 440 67 107
Binary 11001100 10001011 11011101 1000 100101 0 1101 100100000 110111 1000111

Color Harmonies of #CC8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BDD

Black with #CC8BDD

Text Example


Text Example

White with #CC8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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