Html Css Color HEX #CC90DD Wisteria

📋 copy color: '#CC90DD'

red 204 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #CC90DD

Tints of Wisteria #CC90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.31%

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

R = 35.85%
G = 25.31%
B = 38.84%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC90DD (or 0xCC90DD) is known color: Wisteria. HEX triplet: CC, 90 and DD. RGB value is (204,144,221). Sum of RGB (Red+Green+Blue) = 204+144+221=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90DD is #336F22. Grayscale: #AAAAAA. Windows color (decimal): -3370787 or 14520524. OLE color: 14520524.

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

Color convert

RGB 204 144 221 -
CMYK 0.08 0.35 0 0.13
HSL 286.75º 0.53% 0.72% -
HSV(B) 286.75º 0.35% 0.87% -
XYZ 47.93 38 73.22 -
YUV 170.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 204 144 221 0.08 0.35 0 0.13 286.75 0.53 0.72
Hex CC 90 DD 8 23 0 D 11F 35 48
Octal 314 220 335 10 43 0 15 437 65 110
Binary 11001100 10010000 11011101 1000 100011 0 1101 100011111 110101 1001000

Color Harmonies of #CC90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90DD

Black with #CC90DD

Text Example


Text Example

White with #CC90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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