Html Css Color HEX #CC90E4 Wisteria

📋 copy color: '#CC90E4'

red 204 ◦ green 144 ◦ blue 228

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

Shades of Wisteria #CC90E4

Tints of Wisteria #CC90E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 35.42%
G = 25%
B = 39.58%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC90E4 (or 0xCC90E4) is known color: Wisteria. HEX triplet: CC, 90 and E4. RGB value is (204,144,228). Sum of RGB (Red+Green+Blue) = 204+144+228=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90E4 is #336F1B. Grayscale: #ABABAB. Windows color (decimal): -3370780 or 14979276. OLE color: 14979276.

HSL color Cylindrical-coordinate representation of color #CC90E4: hue angle of 282.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC90E4 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 144 228 -
CMYK 0.11 0.37 0 0.11
HSL 282.86º 0.61% 0.73% -
HSV(B) 282.86º 0.37% 0.89% -
XYZ 48.88 38.39 78.23 -
YUV 171.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 204 144 228 0.11 0.37 0 0.11 282.86 0.61 0.73
Hex CC 90 E4 B 25 0 B 11B 3D 49
Octal 314 220 344 13 45 0 13 433 75 111
Binary 11001100 10010000 11100100 1011 100101 0 1011 100011011 111101 1001001

Color Harmonies of #CC90E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90E4

Black with #CC90E4

Text Example


Text Example

White with #CC90E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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