Html Css Color HEX #CC8FFA Wisteria

📋 copy color: '#CC8FFA'

red 204 ◦ green 143 ◦ blue 250

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

Shades of Wisteria #CC8FFA

Tints of Wisteria #CC8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.95%

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 34.17%
G = 23.95%
B = 41.88%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC8FFA (or 0xCC8FFA) is known color: Wisteria. HEX triplet: CC, 8F and FA. RGB value is (204,143,250). Sum of RGB (Red+Green+Blue) = 204+143+250=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FFA is #337005. Grayscale: #ADADAD. Windows color (decimal): -3371014 or 16420812. OLE color: 16420812.

HSL color Cylindrical-coordinate representation of color #CC8FFA: hue angle of 274.21º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8FFA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 143 250 -
CMYK 0.18 0.43 0 0.02
HSL 274.21º 0.91% 0.77% -
HSV(B) 274.21º 0.43% 0.98% -
XYZ 51.98 39.38 95.3 -
YUV 173.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 204 143 250 0.18 0.43 0 0.02 274.21 0.91 0.77
Hex CC 8F FA 12 2B 0 2 112 5B 4D
Octal 314 217 372 22 53 0 2 422 133 115
Binary 11001100 10001111 11111010 10010 101011 0 10 100010010 1011011 1001101

Color Harmonies of #CC8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FFA

Black with #CC8FFA

Text Example


Text Example

White with #CC8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FFA; }

 p { color: rgb(204,143,250); }

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

background-color css

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

 a { background-color: rgb(204,143,250); }

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

border-color css

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

 span { border-color: rgb(204,143,250); }

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