Html Css Color HEX #CC8AED Wisteria

📋 copy color: '#CC8AED'

red 204 ◦ green 138 ◦ blue 237

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

Shades of Wisteria #CC8AED

Tints of Wisteria #CC8AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 35.23%
G = 23.83%
B = 40.93%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC8AED (or 0xCC8AED) is known color: Wisteria. HEX triplet: CC, 8A and ED. RGB value is (204,138,237). Sum of RGB (Red+Green+Blue) = 204+138+237=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AED is #337512. Grayscale: #A8A8A8. Windows color (decimal): -3372307 or 15567564. OLE color: 15567564.

HSL color Cylindrical-coordinate representation of color #CC8AED: hue angle of 280º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8AED is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 138 237 -
CMYK 0.14 0.42 0 0.07
HSL 280º 0.73% 0.74% -
HSV(B) 280º 0.42% 0.93% -
XYZ 49.28 37.13 84.69 -
YUV 169.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 204 138 237 0.14 0.42 0 0.07 280 0.73 0.74
Hex CC 8A ED E 2A 0 7 118 49 4A
Octal 314 212 355 16 52 0 7 430 111 112
Binary 11001100 10001010 11101101 1110 101010 0 111 100011000 1001001 1001010

Color Harmonies of #CC8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AED

Black with #CC8AED

Text Example


Text Example

White with #CC8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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