Html Css Color HEX #C085EC Wisteria

📋 copy color: '#C085EC'

red 192 ◦ green 133 ◦ blue 236

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

Shades of Wisteria #C085EC

Tints of Wisteria #C085EC

RGB

 RED value IS 192 (75.39% from 255) = 34.22%

 GREEN value IS 133 (52.34% from 255) = 23.71%

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

R = 34.22%
G = 23.71%
B = 42.07%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C085EC (or 0xC085EC) is known color: Wisteria. HEX triplet: C0, 85 and EC. RGB value is (192,133,236). Sum of RGB (Red+Green+Blue) = 192+133+236=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C085EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085EC is #3F7A13. Grayscale: #A2A2A2. Windows color (decimal): -4160020 or 15500736. OLE color: 15500736.

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

Color convert

RGB 192 133 236 -
CMYK 0.19 0.44 0 0.07
HSL 274.37º 0.73% 0.72% -
HSV(B) 274.37º 0.44% 0.93% -
XYZ 45.27 34.04 83.54 -
YUV 162.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 192 133 236 0.19 0.44 0 0.07 274.37 0.73 0.72
Hex C0 85 EC 13 2C 0 7 112 49 48
Octal 300 205 354 23 54 0 7 422 111 110
Binary 11000000 10000101 11101100 10011 101100 0 111 100010010 1001001 1001000

Color Harmonies of #C085EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085EC

Black with #C085EC

Text Example


Text Example

White with #C085EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085EC; }

 p { color: rgb(192,133,236); }

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

background-color css

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

 a { background-color: rgb(192,133,236); }

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

border-color css

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

 span { border-color: rgb(192,133,236); }

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