Html Css Color HEX #CC90EB Wisteria

📋 copy color: '#CC90EB'

red 204 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #CC90EB

Tints of Wisteria #CC90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 34.99%
G = 24.7%
B = 40.31%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC90EB (or 0xCC90EB) is known color: Wisteria. HEX triplet: CC, 90 and EB. RGB value is (204,144,235). Sum of RGB (Red+Green+Blue) = 204+144+235=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90EB is #336F14. Grayscale: #ACACAC. Windows color (decimal): -3370773 or 15438028. OLE color: 15438028.

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

Color convert

RGB 204 144 235 -
CMYK 0.13 0.39 0 0.08
HSL 279.56º 0.69% 0.74% -
HSV(B) 279.56º 0.39% 0.92% -
XYZ 49.87 38.78 83.45 -
YUV 172.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 204 144 235 0.13 0.39 0 0.08 279.56 0.69 0.74
Hex CC 90 EB D 27 0 8 118 45 4A
Octal 314 220 353 15 47 0 10 430 105 112
Binary 11001100 10010000 11101011 1101 100111 0 1000 100011000 1000101 1001010

Color Harmonies of #CC90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90EB

Black with #CC90EB

Text Example


Text Example

White with #CC90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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