Html Css Color HEX #CC8BE5 Wisteria

📋 copy color: '#CC8BE5'

red 204 ◦ green 139 ◦ blue 229

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

Shades of Wisteria #CC8BE5

Tints of Wisteria #CC8BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.3%

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 35.66%
G = 24.3%
B = 40.03%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC8BE5 (or 0xCC8BE5) is known color: Wisteria. HEX triplet: CC, 8B and E5. RGB value is (204,139,229). Sum of RGB (Red+Green+Blue) = 204+139+229=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BE5 is #33741A. Grayscale: #A8A8A8. Windows color (decimal): -3372059 or 15043532. OLE color: 15043532.

HSL color Cylindrical-coordinate representation of color #CC8BE5: hue angle of 283.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC8BE5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 139 229 -
CMYK 0.11 0.39 0 0.10
HSL 283.33º 0.63% 0.72% -
HSV(B) 283.33º 0.39% 0.9% -
XYZ 48.28 36.96 78.72 -
YUV 168.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 204 139 229 0.11 0.39 0 0.10 283.33 0.63 0.72
Hex CC 8B E5 B 27 0 A 11B 3F 48
Octal 314 213 345 13 47 0 12 433 77 110
Binary 11001100 10001011 11100101 1011 100111 0 1010 100011011 111111 1001000

Color Harmonies of #CC8BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BE5

Black with #CC8BE5

Text Example


Text Example

White with #CC8BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BE5; }

 p { color: rgb(204,139,229); }

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

background-color css

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

 a { background-color: rgb(204,139,229); }

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

border-color css

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

 span { border-color: rgb(204,139,229); }

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