Html Css Color HEX #CC86EE Wisteria

📋 copy color: '#CC86EE'

red 204 ◦ green 134 ◦ blue 238

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

Shades of Wisteria #CC86EE

Tints of Wisteria #CC86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 35.42%
G = 23.26%
B = 41.32%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC86EE (or 0xCC86EE) is known color: Wisteria. HEX triplet: CC, 86 and EE. RGB value is (204,134,238). Sum of RGB (Red+Green+Blue) = 204+134+238=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86EE is #337911. Grayscale: #A6A6A6. Windows color (decimal): -3373330 or 15632076. OLE color: 15632076.

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

Color convert

RGB 204 134 238 -
CMYK 0.14 0.44 0 0.07
HSL 280.38º 0.75% 0.73% -
HSV(B) 280.38º 0.44% 0.93% -
XYZ 48.86 36.06 85.27 -
YUV 166.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 204 134 238 0.14 0.44 0 0.07 280.38 0.75 0.73
Hex CC 86 EE E 2C 0 7 118 4B 49
Octal 314 206 356 16 54 0 7 430 113 111
Binary 11001100 10000110 11101110 1110 101100 0 111 100011000 1001011 1001001

Color Harmonies of #CC86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86EE

Black with #CC86EE

Text Example


Text Example

White with #CC86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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