Html Css Color HEX #CC86EF Wisteria

📋 copy color: '#CC86EF'

red 204 ◦ green 134 ◦ blue 239

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

Shades of Wisteria #CC86EF

Tints of Wisteria #CC86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 35.36%
G = 23.22%
B = 41.42%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC86EF (or 0xCC86EF) is known color: Wisteria. HEX triplet: CC, 86 and EF. RGB value is (204,134,239). Sum of RGB (Red+Green+Blue) = 204+134+239=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86EF is #337910. Grayscale: #A6A6A6. Windows color (decimal): -3373329 or 15697612. OLE color: 15697612.

HSL color Cylindrical-coordinate representation of color #CC86EF: hue angle of 280º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC86EF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 134 239 -
CMYK 0.15 0.44 0 0.06
HSL 280º 0.77% 0.73% -
HSV(B) 280º 0.44% 0.94% -
XYZ 49.01 36.12 86.05 -
YUV 166.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 204 134 239 0.15 0.44 0 0.06 280 0.77 0.73
Hex CC 86 EF F 2C 0 6 118 4D 49
Octal 314 206 357 17 54 0 6 430 115 111
Binary 11001100 10000110 11101111 1111 101100 0 110 100011000 1001101 1001001

Color Harmonies of #CC86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86EF

Black with #CC86EF

Text Example


Text Example

White with #CC86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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