Html Css Color HEX #CC91DD Wisteria

📋 copy color: '#CC91DD'

red 204 ◦ green 145 ◦ blue 221

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

Shades of Wisteria #CC91DD

Tints of Wisteria #CC91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.44%

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

R = 35.79%
G = 25.44%
B = 38.77%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC91DD (or 0xCC91DD) is known color: Wisteria. HEX triplet: CC, 91 and DD. RGB value is (204,145,221). Sum of RGB (Red+Green+Blue) = 204+145+221=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91DD is #336E22. Grayscale: #ABABAB. Windows color (decimal): -3370531 or 14520780. OLE color: 14520780.

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

Color convert

RGB 204 145 221 -
CMYK 0.08 0.34 0 0.13
HSL 286.58º 0.53% 0.72% -
HSV(B) 286.58º 0.34% 0.87% -
XYZ 48.08 38.31 73.27 -
YUV 171.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 204 145 221 0.08 0.34 0 0.13 286.58 0.53 0.72
Hex CC 91 DD 8 22 0 D 11F 35 48
Octal 314 221 335 10 42 0 15 437 65 110
Binary 11001100 10010001 11011101 1000 100010 0 1101 100011111 110101 1001000

Color Harmonies of #CC91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC91DD

Black with #CC91DD

Text Example


Text Example

White with #CC91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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