Html Css Color HEX #CC8AF1 Wisteria

📋 copy color: '#CC8AF1'

red 204 ◦ green 138 ◦ blue 241

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

Shades of Wisteria #CC8AF1

Tints of Wisteria #CC8AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 34.99%
G = 23.67%
B = 41.34%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC8AF1 (or 0xCC8AF1) is known color: Wisteria. HEX triplet: CC, 8A and F1. RGB value is (204,138,241). Sum of RGB (Red+Green+Blue) = 204+138+241=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AF1 is #33750E. Grayscale: #A9A9A9. Windows color (decimal): -3372303 or 15829708. OLE color: 15829708.

HSL color Cylindrical-coordinate representation of color #CC8AF1: hue angle of 278.45º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8AF1 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 138 241 -
CMYK 0.15 0.43 0 0.05
HSL 278.45º 0.79% 0.74% -
HSV(B) 278.45º 0.43% 0.95% -
XYZ 49.87 37.37 87.8 -
YUV 169.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 204 138 241 0.15 0.43 0 0.05 278.45 0.79 0.74
Hex CC 8A F1 F 2B 0 5 116 4F 4A
Octal 314 212 361 17 53 0 5 426 117 112
Binary 11001100 10001010 11110001 1111 101011 0 101 100010110 1001111 1001010

Color Harmonies of #CC8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AF1

Black with #CC8AF1

Text Example


Text Example

White with #CC8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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