Html Css Color HEX #CC8FD5 Wisteria

📋 copy color: '#CC8FD5'

red 204 ◦ green 143 ◦ blue 213

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

Shades of Wisteria #CC8FD5

Tints of Wisteria #CC8FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 36.43%
G = 25.54%
B = 38.04%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC8FD5 (or 0xCC8FD5) is known color: Wisteria. HEX triplet: CC, 8F and D5. RGB value is (204,143,213). Sum of RGB (Red+Green+Blue) = 204+143+213=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC8FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FD5 is #33702A. Grayscale: #A9A9A9. Windows color (decimal): -3371051 or 13995980. OLE color: 13995980.

HSL color Cylindrical-coordinate representation of color #CC8FD5: hue angle of 292.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8FD5 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 143 213 -
CMYK 0.04 0.33 0 0.16
HSL 292.29º 0.45% 0.7% -
HSV(B) 292.29º 0.33% 0.84% -
XYZ 46.73 37.29 67.68 -
YUV 169.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 204 143 213 0.04 0.33 0 0.16 292.29 0.45 0.7
Hex CC 8F D5 4 21 0 10 124 2D 46
Octal 314 217 325 4 41 0 20 444 55 106
Binary 11001100 10001111 11010101 100 100001 0 10000 100100100 101101 1000110

Color Harmonies of #CC8FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8FD5

Black with #CC8FD5

Text Example


Text Example

White with #CC8FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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