Html Css Color HEX #CC90EE Wisteria

📋 copy color: '#CC90EE'

red 204 ◦ green 144 ◦ blue 238

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

Shades of Wisteria #CC90EE

Tints of Wisteria #CC90EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 34.81%
G = 24.57%
B = 40.61%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC90EE (or 0xCC90EE) is known color: Wisteria. HEX triplet: CC, 90 and EE. RGB value is (204,144,238). Sum of RGB (Red+Green+Blue) = 204+144+238=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90EE is #336F11. Grayscale: #ACACAC. Windows color (decimal): -3370770 or 15634636. OLE color: 15634636.

HSL color Cylindrical-coordinate representation of color #CC90EE: hue angle of 278.3º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC90EE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 144 238 -
CMYK 0.14 0.39 0 0.07
HSL 278.3º 0.73% 0.75% -
HSV(B) 278.3º 0.39% 0.93% -
XYZ 50.31 38.96 85.76 -
YUV 172.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 204 144 238 0.14 0.39 0 0.07 278.3 0.73 0.75
Hex CC 90 EE E 27 0 7 116 49 4B
Octal 314 220 356 16 47 0 7 426 111 113
Binary 11001100 10010000 11101110 1110 100111 0 111 100010110 1001001 1001011

Color Harmonies of #CC90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90EE

Black with #CC90EE

Text Example


Text Example

White with #CC90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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