Html Css Color HEX #CC89D5 Wisteria

📋 copy color: '#CC89D5'

red 204 ◦ green 137 ◦ blue 213

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

Shades of Wisteria #CC89D5

Tints of Wisteria #CC89D5

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.73%

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 36.82%
G = 24.73%
B = 38.45%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC89D5 (or 0xCC89D5) is known color: Wisteria. HEX triplet: CC, 89 and D5. RGB value is (204,137,213). Sum of RGB (Red+Green+Blue) = 204+137+213=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC89D5 is #33762A. Grayscale: #A5A5A5. Windows color (decimal): -3372587 or 13994444. OLE color: 13994444.

HSL color Cylindrical-coordinate representation of color #CC89D5: hue angle of 292.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC89D5 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 137 213 -
CMYK 0.04 0.36 0 0.16
HSL 292.89º 0.48% 0.69% -
HSV(B) 292.89º 0.36% 0.84% -
XYZ 45.86 35.53 67.39 -
YUV 165.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 204 137 213 0.04 0.36 0 0.16 292.89 0.48 0.69
Hex CC 89 D5 4 24 0 10 125 30 45
Octal 314 211 325 4 44 0 20 445 60 105
Binary 11001100 10001001 11010101 100 100100 0 10000 100100101 110000 1000101

Color Harmonies of #CC89D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC89D5

Black with #CC89D5

Text Example


Text Example

White with #CC89D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC89D5; }

 p { color: rgb(204,137,213); }

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

background-color css

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

 a { background-color: rgb(204,137,213); }

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

border-color css

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

 span { border-color: rgb(204,137,213); }

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