Html Css Color HEX #CC9EEA Wisteria

📋 copy color: '#CC9EEA'

red 204 ◦ green 158 ◦ blue 234

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

Shades of Wisteria #CC9EEA

Tints of Wisteria #CC9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.51%

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

R = 34.23%
G = 26.51%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC9EEA (or 0xCC9EEA) is known color: Wisteria. HEX triplet: CC, 9E and EA. RGB value is (204,158,234). Sum of RGB (Red+Green+Blue) = 204+158+234=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EEA is #336115. Grayscale: #B4B4B4. Windows color (decimal): -3367190 or 15376076. OLE color: 15376076.

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

Color convert

RGB 204 158 234 -
CMYK 0.13 0.32 0 0.08
HSL 276.32º 0.64% 0.77% -
HSV(B) 276.32º 0.32% 0.92% -
XYZ 51.98 43.23 83.45 -
YUV 180.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 204 158 234 0.13 0.32 0 0.08 276.32 0.64 0.77
Hex CC 9E EA D 20 0 8 114 40 4D
Octal 314 236 352 15 40 0 10 424 100 115
Binary 11001100 10011110 11101010 1101 100000 0 1000 100010100 1000000 1001101

Color Harmonies of #CC9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EEA

Black with #CC9EEA

Text Example


Text Example

White with #CC9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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