Html Css Color HEX #CC90EA Wisteria

📋 copy color: '#CC90EA'

red 204 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #CC90EA

Tints of Wisteria #CC90EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 35.05%
G = 24.74%
B = 40.21%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC90EA (or 0xCC90EA) is known color: Wisteria. HEX triplet: CC, 90 and EA. RGB value is (204,144,234). Sum of RGB (Red+Green+Blue) = 204+144+234=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90EA is #336F15. Grayscale: #ABABAB. Windows color (decimal): -3370774 or 15372492. OLE color: 15372492.

HSL color Cylindrical-coordinate representation of color #CC90EA: hue angle of 280º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC90EA is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 144 234 -
CMYK 0.13 0.38 0 0.08
HSL 280º 0.68% 0.74% -
HSV(B) 280º 0.38% 0.92% -
XYZ 49.73 38.72 82.7 -
YUV 172.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 204 144 234 0.13 0.38 0 0.08 280 0.68 0.74
Hex CC 90 EA D 26 0 8 118 44 4A
Octal 314 220 352 15 46 0 10 430 104 112
Binary 11001100 10010000 11101010 1101 100110 0 1000 100011000 1000100 1001010

Color Harmonies of #CC90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90EA

Black with #CC90EA

Text Example


Text Example

White with #CC90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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