Html Css Color HEX #CC9AF1 Wisteria

📋 copy color: '#CC9AF1'

red 204 ◦ green 154 ◦ blue 241

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

Shades of Wisteria #CC9AF1

Tints of Wisteria #CC9AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.71%

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

R = 34.06%
G = 25.71%
B = 40.23%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC9AF1 (or 0xCC9AF1) is known color: Wisteria. HEX triplet: CC, 9A and F1. RGB value is (204,154,241). Sum of RGB (Red+Green+Blue) = 204+154+241=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AF1 is #33650E. Grayscale: #B2B2B2. Windows color (decimal): -3368207 or 15833804. OLE color: 15833804.

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

Color convert

RGB 204 154 241 -
CMYK 0.15 0.36 0 0.05
HSL 274.48º 0.76% 0.77% -
HSV(B) 274.48º 0.36% 0.95% -
XYZ 52.33 42.3 88.63 -
YUV 178.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 204 154 241 0.15 0.36 0 0.05 274.48 0.76 0.77
Hex CC 9A F1 F 24 0 5 112 4C 4D
Octal 314 232 361 17 44 0 5 422 114 115
Binary 11001100 10011010 11110001 1111 100100 0 101 100010010 1001100 1001101

Color Harmonies of #CC9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9AF1

Black with #CC9AF1

Text Example


Text Example

White with #CC9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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