Html Css Color HEX #CC86EC Wisteria

📋 copy color: '#CC86EC'

red 204 ◦ green 134 ◦ blue 236

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

Shades of Wisteria #CC86EC

Tints of Wisteria #CC86EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 35.54%
G = 23.34%
B = 41.11%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC86EC (or 0xCC86EC) is known color: Wisteria. HEX triplet: CC, 86 and EC. RGB value is (204,134,236). Sum of RGB (Red+Green+Blue) = 204+134+236=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC86EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86EC is #337913. Grayscale: #A6A6A6. Windows color (decimal): -3373332 or 15501004. OLE color: 15501004.

HSL color Cylindrical-coordinate representation of color #CC86EC: hue angle of 281.18º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC86EC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 134 236 -
CMYK 0.14 0.43 0 0.07
HSL 281.18º 0.73% 0.73% -
HSV(B) 281.18º 0.43% 0.93% -
XYZ 48.57 35.94 83.73 -
YUV 166.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 204 134 236 0.14 0.43 0 0.07 281.18 0.73 0.73
Hex CC 86 EC E 2B 0 7 119 49 49
Octal 314 206 354 16 53 0 7 431 111 111
Binary 11001100 10000110 11101100 1110 101011 0 111 100011001 1001001 1001001

Color Harmonies of #CC86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86EC

Black with #CC86EC

Text Example


Text Example

White with #CC86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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