Html Css Color HEX #CC9BEA Wisteria

📋 copy color: '#CC9BEA'

red 204 ◦ green 155 ◦ blue 234

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

Shades of Wisteria #CC9BEA

Tints of Wisteria #CC9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

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

R = 34.4%
G = 26.14%
B = 39.46%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC9BEA (or 0xCC9BEA) is known color: Wisteria. HEX triplet: CC, 9B and EA. RGB value is (204,155,234). Sum of RGB (Red+Green+Blue) = 204+155+234=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BEA is #336415. Grayscale: #B2B2B2. Windows color (decimal): -3367958 or 15375308. OLE color: 15375308.

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

Color convert

RGB 204 155 234 -
CMYK 0.13 0.34 0 0.08
HSL 277.22º 0.65% 0.76% -
HSV(B) 277.22º 0.34% 0.92% -
XYZ 51.47 42.22 83.28 -
YUV 178.66 159.23 146.08 -
System Red Green Blue C M Y K H S L
Decimal 204 155 234 0.13 0.34 0 0.08 277.22 0.65 0.76
Hex CC 9B EA D 22 0 8 115 41 4C
Octal 314 233 352 15 42 0 10 425 101 114
Binary 11001100 10011011 11101010 1101 100010 0 1000 100010101 1000001 1001100

Color Harmonies of #CC9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BEA

Black with #CC9BEA

Text Example


Text Example

White with #CC9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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