Html Css Color HEX #CC9BE8 Wisteria

📋 copy color: '#CC9BE8'

red 204 ◦ green 155 ◦ blue 232

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

Shades of Wisteria #CC9BE8

Tints of Wisteria #CC9BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.26%

R = 34.52%
G = 26.23%
B = 39.26%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC9BE8 (or 0xCC9BE8) is known color: Wisteria. HEX triplet: CC, 9B and E8. RGB value is (204,155,232). Sum of RGB (Red+Green+Blue) = 204+155+232=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC9BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BE8 is #336417. Grayscale: #B2B2B2. Windows color (decimal): -3367960 or 15244236. OLE color: 15244236.

HSL color Cylindrical-coordinate representation of color #CC9BE8: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9BE8 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 155 232 -
CMYK 0.12 0.33 0 0.09
HSL 278.18º 0.63% 0.76% -
HSV(B) 278.18º 0.33% 0.91% -
XYZ 51.19 42.11 81.77 -
YUV 178.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 204 155 232 0.12 0.33 0 0.09 278.18 0.63 0.76
Hex CC 9B E8 C 21 0 9 116 3F 4C
Octal 314 233 350 14 41 0 11 426 77 114
Binary 11001100 10011011 11101000 1100 100001 0 1001 100010110 111111 1001100

Color Harmonies of #CC9BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BE8

Black with #CC9BE8

Text Example


Text Example

White with #CC9BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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