Html Css Color HEX #C08CCE Wisteria

📋 copy color: '#C08CCE'

red 192 ◦ green 140 ◦ blue 206

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

Shades of Wisteria #C08CCE

Tints of Wisteria #C08CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 35.69%
G = 26.02%
B = 38.29%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C08CCE (or 0xC08CCE) is known color: Wisteria. HEX triplet: C0, 8C and CE. RGB value is (192,140,206). Sum of RGB (Red+Green+Blue) = 192+140+206=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C08CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCE is #3F7331. Grayscale: #A2A2A2. Windows color (decimal): -4158258 or 13536448. OLE color: 13536448.

HSL color Cylindrical-coordinate representation of color #C08CCE: hue angle of 287.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08CCE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 140 206 -
CMYK 0.07 0.32 0 0.19
HSL 287.27º 0.4% 0.68% -
HSV(B) 287.27º 0.32% 0.81% -
XYZ 42.26 34.42 62.81 -
YUV 163.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 192 140 206 0.07 0.32 0 0.19 287.27 0.4 0.68
Hex C0 8C CE 7 20 0 13 11F 28 44
Octal 300 214 316 7 40 0 23 437 50 104
Binary 11000000 10001100 11001110 111 100000 0 10011 100011111 101000 1000100

Color Harmonies of #C08CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CCE

Black with #C08CCE

Text Example


Text Example

White with #C08CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CCE; }

 p { color: rgb(192,140,206); }

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

background-color css

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

 a { background-color: rgb(192,140,206); }

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

border-color css

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

 span { border-color: rgb(192,140,206); }

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