Html Css Color HEX #CC8DDF Wisteria

📋 copy color: '#CC8DDF'

red 204 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #CC8DDF

Tints of Wisteria #CC8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.82%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 35.92%
G = 24.82%
B = 39.26%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC8DDF (or 0xCC8DDF) is known color: Wisteria. HEX triplet: CC, 8D and DF. RGB value is (204,141,223). Sum of RGB (Red+Green+Blue) = 204+141+223=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DDF is #337220. Grayscale: #A8A8A8. Windows color (decimal): -3371553 or 14650828. OLE color: 14650828.

HSL color Cylindrical-coordinate representation of color #CC8DDF: hue angle of 286.1º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8DDF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 141 223 -
CMYK 0.09 0.37 0 0.13
HSL 286.1º 0.56% 0.71% -
HSV(B) 286.1º 0.37% 0.87% -
XYZ 47.75 37.21 74.48 -
YUV 169.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 204 141 223 0.09 0.37 0 0.13 286.1 0.56 0.71
Hex CC 8D DF 9 25 0 D 11E 38 47
Octal 314 215 337 11 45 0 15 436 70 107
Binary 11001100 10001101 11011111 1001 100101 0 1101 100011110 111000 1000111

Color Harmonies of #CC8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DDF

Black with #CC8DDF

Text Example


Text Example

White with #CC8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DDF; }

 p { color: rgb(204,141,223); }

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

background-color css

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

 a { background-color: rgb(204,141,223); }

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

border-color css

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

 span { border-color: rgb(204,141,223); }

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