Html Css Color HEX #CC8AEA Wisteria

📋 copy color: '#CC8AEA'

red 204 ◦ green 138 ◦ blue 234

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

Shades of Wisteria #CC8AEA

Tints of Wisteria #CC8AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.96%

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

R = 35.42%
G = 23.96%
B = 40.63%

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

#CC8AEA (or 0xCC8AEA) is known color: Wisteria. HEX triplet: CC, 8A and EA. RGB value is (204,138,234). Sum of RGB (Red+Green+Blue) = 204+138+234=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC8AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AEA is #337515. Grayscale: #A8A8A8. Windows color (decimal): -3372310 or 15370956. OLE color: 15370956.

HSL color Cylindrical-coordinate representation of color #CC8AEA: hue angle of 281.25º degrees, saturation: 0.7, 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 #CC8AEA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 138 234 -
CMYK 0.13 0.41 0 0.08
HSL 281.25º 0.7% 0.73% -
HSV(B) 281.25º 0.41% 0.92% -
XYZ 48.84 36.95 82.4 -
YUV 168.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 204 138 234 0.13 0.41 0 0.08 281.25 0.7 0.73
Hex CC 8A EA D 29 0 8 119 46 49
Octal 314 212 352 15 51 0 10 431 106 111
Binary 11001100 10001010 11101010 1101 101001 0 1000 100011001 1000110 1001001

Color Harmonies of #CC8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AEA

Black with #CC8AEA

Text Example


Text Example

White with #CC8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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