Html Css Color HEX #CC8BEA Wisteria

📋 copy color: '#CC8BEA'

red 204 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #CC8BEA

Tints of Wisteria #CC8BEA

RGB

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

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

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

R = 35.36%
G = 24.09%
B = 40.55%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC8BEA (or 0xCC8BEA) is known color: Wisteria. HEX triplet: CC, 8B and EA. RGB value is (204,139,234). Sum of RGB (Red+Green+Blue) = 204+139+234=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BEA is #337415. Grayscale: #A8A8A8. Windows color (decimal): -3372054 or 15371212. OLE color: 15371212.

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

Color convert

RGB 204 139 234 -
CMYK 0.13 0.41 0 0.08
HSL 281.05º 0.69% 0.73% -
HSV(B) 281.05º 0.41% 0.92% -
XYZ 48.99 37.24 82.45 -
YUV 169.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 204 139 234 0.13 0.41 0 0.08 281.05 0.69 0.73
Hex CC 8B EA D 29 0 8 119 45 49
Octal 314 213 352 15 51 0 10 431 105 111
Binary 11001100 10001011 11101010 1101 101001 0 1000 100011001 1000101 1001001

Color Harmonies of #CC8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BEA

Black with #CC8BEA

Text Example


Text Example

White with #CC8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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