Html Css Color HEX #CC90D5 Wisteria

📋 copy color: '#CC90D5'

red 204 ◦ green 144 ◦ blue 213

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

Shades of Wisteria #CC90D5

Tints of Wisteria #CC90D5

RGB

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

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

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

R = 36.36%
G = 25.67%
B = 37.97%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC90D5 (or 0xCC90D5) is known color: Wisteria. HEX triplet: CC, 90 and D5. RGB value is (204,144,213). Sum of RGB (Red+Green+Blue) = 204+144+213=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90D5 is #336F2A. Grayscale: #A9A9A9. Windows color (decimal): -3370795 or 13996236. OLE color: 13996236.

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

Color convert

RGB 204 144 213 -
CMYK 0.04 0.32 0 0.16
HSL 292.17º 0.45% 0.7% -
HSV(B) 292.17º 0.32% 0.84% -
XYZ 46.89 37.59 67.73 -
YUV 169.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 204 144 213 0.04 0.32 0 0.16 292.17 0.45 0.7
Hex CC 90 D5 4 20 0 10 124 2D 46
Octal 314 220 325 4 40 0 20 444 55 106
Binary 11001100 10010000 11010101 100 100000 0 10000 100100100 101101 1000110

Color Harmonies of #CC90D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90D5

Black with #CC90D5

Text Example


Text Example

White with #CC90D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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