Html Css Color HEX #CC86D8 Wisteria

📋 copy color: '#CC86D8'

red 204 ◦ green 134 ◦ blue 216

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

Shades of Wisteria #CC86D8

Tints of Wisteria #CC86D8

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.19%

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 36.82%
G = 24.19%
B = 38.99%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC86D8 (or 0xCC86D8) is known color: Wisteria. HEX triplet: CC, 86 and D8. RGB value is (204,134,216). Sum of RGB (Red+Green+Blue) = 204+134+216=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC86D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86D8 is #337927. Grayscale: #A4A4A4. Windows color (decimal): -3373352 or 14190284. OLE color: 14190284.

HSL color Cylindrical-coordinate representation of color #CC86D8: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC86D8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 134 216 -
CMYK 0.06 0.38 0 0.15
HSL 291.22º 0.51% 0.69% -
HSV(B) 291.22º 0.38% 0.85% -
XYZ 45.82 34.85 69.28 -
YUV 164.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 204 134 216 0.06 0.38 0 0.15 291.22 0.51 0.69
Hex CC 86 D8 6 26 0 F 123 33 45
Octal 314 206 330 6 46 0 17 443 63 105
Binary 11001100 10000110 11011000 110 100110 0 1111 100100011 110011 1000101

Color Harmonies of #CC86D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86D8

Black with #CC86D8

Text Example


Text Example

White with #CC86D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86D8; }

 p { color: rgb(204,134,216); }

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

background-color css

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

 a { background-color: rgb(204,134,216); }

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

border-color css

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

 span { border-color: rgb(204,134,216); }

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